Skip to content

Commit 9151f7c

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/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.22](hukkin/mdformat@0.7.19...0.7.22) - [github.com/DavidAnson/markdownlint-cli2: v0.16.0 → v0.18.0](DavidAnson/markdownlint-cli2@v0.16.0...v0.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.11.9](astral-sh/ruff-pre-commit@v0.8.2...v0.11.9) - [github.com/kumaraditya303/mirrors-pyright: v1.1.390 → v1.1.400](kumaraditya303/mirrors-pyright@v1.1.390...v1.1.400)
1 parent 127fe55 commit 9151f7c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.3.0
28+
rev: v2.4.1
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
@@ -37,19 +37,19 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 3.0.3
40+
rev: 3.2.1
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4444
rev: 3.0.0
4545
hooks:
4646
- id: check-mailmap
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.35.1
48+
rev: v1.37.1
4949
hooks:
5050
- id: yamllint
5151
- repo: https://github.com/executablebooks/mdformat
52-
rev: 0.7.19
52+
rev: 0.7.22
5353
hooks:
5454
- id: mdformat
5555
additional_dependencies:
@@ -63,18 +63,18 @@ repos:
6363
- mdformat-config
6464
- mdformat-web
6565
- repo: https://github.com/DavidAnson/markdownlint-cli2
66-
rev: v0.16.0
66+
rev: v0.18.0
6767
hooks:
6868
- id: markdownlint-cli2
6969
additional_dependencies:
7070
- markdown-it-texmath
7171
- repo: https://github.com/astral-sh/ruff-pre-commit
72-
rev: v0.8.2
72+
rev: v0.11.9
7373
hooks:
7474
- id: ruff
7575
- id: ruff-format
7676
- repo: https://github.com/kumaraditya303/mirrors-pyright
77-
rev: v1.1.390
77+
rev: v1.1.400
7878
hooks:
7979
- id: pyright
8080

0 commit comments

Comments
 (0)