Skip to content

Commit d750f5d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3) - [github.com/rhysd/actionlint: v1.6.27 → v1.7.6](rhysd/actionlint@v1.6.27...v1.7.6) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21) - [github.com/DavidAnson/markdownlint-cli2: v0.12.1 → v0.17.1](DavidAnson/markdownlint-cli2@v0.12.1...v0.17.1) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.9.1](astral-sh/ruff-pre-commit@v0.2.1...v0.9.1) - [github.com/kumaraditya303/mirrors-pyright: v1.1.350 → v1.1.391](kumaraditya303/mirrors-pyright@v1.1.350...v1.1.391)
1 parent 33d1159 commit d750f5d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: ^templates/
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: fix-byte-order-marker
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: remove-crlf
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.2.6
30+
rev: v2.3.0
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:
@@ -39,23 +39,23 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 2.7.3
42+
rev: 3.0.3
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4646
rev: 3.0.0
4747
hooks:
4848
- id: check-mailmap
4949
- repo: https://github.com/rhysd/actionlint
50-
rev: v1.6.27
50+
rev: v1.7.6
5151
hooks:
5252
- id: actionlint
5353
- repo: https://github.com/adrienverge/yamllint
5454
rev: v1.35.1
5555
hooks:
5656
- id: yamllint
5757
- repo: https://github.com/executablebooks/mdformat
58-
rev: 0.7.17
58+
rev: 0.7.21
5959
hooks:
6060
- id: mdformat
6161
additional_dependencies:
@@ -69,7 +69,7 @@ repos:
6969
- mdformat-config
7070
- mdformat-web
7171
- repo: https://github.com/DavidAnson/markdownlint-cli2
72-
rev: v0.12.1
72+
rev: v0.17.1
7373
hooks:
7474
- id: markdownlint-cli2
7575
additional_dependencies:
@@ -80,12 +80,12 @@ repos:
8080
- id: update-CITATION.cff
8181
- id: update-pyproject.toml
8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: v0.2.1
83+
rev: v0.9.1
8484
hooks:
8585
- id: ruff
8686
- id: ruff-format
8787
- repo: https://github.com/kumaraditya303/mirrors-pyright
88-
rev: v1.1.350
88+
rev: v1.1.391
8989
hooks:
9090
- id: pyright
9191
- repo: https://github.com/nix-community/nixpkgs-fmt

0 commit comments

Comments
 (0)