Skip to content

Commit a76b355

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.2.1](editorconfig-checker/editorconfig-checker.python@3.0.3...3.2.1) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.22](hukkin/mdformat@0.7.18...0.7.22) - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.14.0...v0.17.2) - [github.com/scop/pre-commit-shfmt: v3.10.0-1 → v3.11.0-1](scop/pre-commit-shfmt@v3.10.0-1...v3.11.0-1) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.11.2](astral-sh/ruff-pre-commit@v0.7.2...v0.11.2) - [github.com/kumaraditya303/mirrors-pyright: v1.1.387 → v1.1.398](kumaraditya303/mirrors-pyright@v1.1.387...v1.1.398)
1 parent 9cab023 commit a76b355

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: remove-crlf
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.3.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 3.0.3
42+
rev: 3.2.1
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -51,15 +51,15 @@ repos:
5151
exclude_types:
5252
- zsh
5353
- repo: https://github.com/rhysd/actionlint
54-
rev: v1.7.4
54+
rev: v1.7.7
5555
hooks:
5656
- id: actionlint
5757
- repo: https://github.com/adrienverge/yamllint
58-
rev: v1.35.1
58+
rev: v1.37.0
5959
hooks:
6060
- id: yamllint
6161
- repo: https://github.com/executablebooks/mdformat
62-
rev: 0.7.18
62+
rev: 0.7.22
6363
hooks:
6464
- id: mdformat
6565
additional_dependencies:
@@ -73,22 +73,22 @@ repos:
7373
- mdformat-config
7474
- mdformat-web
7575
- repo: https://github.com/DavidAnson/markdownlint-cli2
76-
rev: v0.14.0
76+
rev: v0.17.2
7777
hooks:
7878
- id: markdownlint-cli2
7979
additional_dependencies:
8080
- markdown-it-texmath
8181
- repo: https://github.com/scop/pre-commit-shfmt
82-
rev: v3.10.0-1
82+
rev: v3.11.0-1
8383
hooks:
8484
- id: shfmt
8585
- repo: https://github.com/astral-sh/ruff-pre-commit
86-
rev: v0.7.2
86+
rev: v0.11.2
8787
hooks:
8888
- id: ruff
8989
- id: ruff-format
9090
- repo: https://github.com/kumaraditya303/mirrors-pyright
91-
rev: v1.1.387
91+
rev: v1.1.398
9292
hooks:
9393
- id: pyright
9494

0 commit comments

Comments
 (0)