Skip to content

Commit d457223

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.3 → v1.7.7](rhysd/actionlint@v1.7.3...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.17 → 0.7.22](hukkin/mdformat@0.7.17...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/astral-sh/ruff-pre-commit: v0.6.9 → v0.11.2](astral-sh/ruff-pre-commit@v0.6.9...v0.11.2) - [github.com/kumaraditya303/mirrors-pyright: v1.1.383 → v1.1.398](kumaraditya303/mirrors-pyright@v1.1.383...v1.1.398)
1 parent 12e4090 commit d457223

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
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,23 +39,23 @@ 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
4646
rev: 3.0.0
4747
hooks:
4848
- id: check-mailmap
4949
- repo: https://github.com/rhysd/actionlint
50-
rev: v1.7.3
50+
rev: v1.7.7
5151
hooks:
5252
- id: actionlint
5353
- repo: https://github.com/adrienverge/yamllint
54-
rev: v1.35.1
54+
rev: v1.37.0
5555
hooks:
5656
- id: yamllint
5757
- repo: https://github.com/executablebooks/mdformat
58-
rev: 0.7.17
58+
rev: 0.7.22
5959
hooks:
6060
- id: mdformat
6161
additional_dependencies:
@@ -69,18 +69,18 @@ repos:
6969
- mdformat-config
7070
- mdformat-web
7171
- repo: https://github.com/DavidAnson/markdownlint-cli2
72-
rev: v0.14.0
72+
rev: v0.17.2
7373
hooks:
7474
- id: markdownlint-cli2
7575
additional_dependencies:
7676
- markdown-it-texmath
7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.6.9
78+
rev: v0.11.2
7979
hooks:
8080
- id: ruff
8181
- id: ruff-format
8282
- repo: https://github.com/kumaraditya303/mirrors-pyright
83-
rev: v1.1.383
83+
rev: v1.1.398
8484
hooks:
8585
- id: pyright
8686

0 commit comments

Comments
 (0)