Skip to content

Commit 50fefeb

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/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.2.1](editorconfig-checker/editorconfig-checker.python@2.7.3...3.2.1) - [github.com/rhysd/actionlint: v1.6.26 → v1.7.7](rhysd/actionlint@v1.6.26...v1.7.7) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22) - [github.com/DavidAnson/markdownlint-cli2: v0.12.1 → v0.18.1](DavidAnson/markdownlint-cli2@v0.12.1...v0.18.1) - [github.com/perltidy/perltidy: 20230912.13 → 20250616.02](perltidy/perltidy@20230912.13...20250616.02) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.2.1...v0.12.2) - [github.com/kumaraditya303/mirrors-pyright: v1.1.350 → v1.1.402](kumaraditya303/mirrors-pyright@v1.1.350...v1.1.402)
1 parent b19de8e commit 50fefeb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: fix-byte-order-marker
@@ -22,11 +22,11 @@ repos:
2222
- id: check-toml
2323
- id: check-json
2424
- repo: https://github.com/Lucas-C/pre-commit-hooks
25-
rev: v1.5.4
25+
rev: v1.5.5
2626
hooks:
2727
- id: remove-crlf
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.6
29+
rev: v2.4.1
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
@@ -38,23 +38,23 @@ repos:
3838
args:
3939
- --msg-filename
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 2.7.3
41+
rev: 3.2.1
4242
hooks:
4343
- id: editorconfig-checker
4444
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4545
rev: 3.0.0
4646
hooks:
4747
- id: check-mailmap
4848
- repo: https://github.com/rhysd/actionlint
49-
rev: v1.6.26
49+
rev: v1.7.7
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/adrienverge/yamllint
53-
rev: v1.35.1
53+
rev: v1.37.1
5454
hooks:
5555
- id: yamllint
5656
- repo: https://github.com/executablebooks/mdformat
57-
rev: 0.7.17
57+
rev: 0.7.22
5858
hooks:
5959
- id: mdformat
6060
additional_dependencies:
@@ -68,7 +68,7 @@ repos:
6868
- mdformat-config
6969
- mdformat-web
7070
- repo: https://github.com/DavidAnson/markdownlint-cli2
71-
rev: v0.12.1
71+
rev: v0.18.1
7272
hooks:
7373
- id: markdownlint-cli2
7474
additional_dependencies:
@@ -79,16 +79,16 @@ repos:
7979
- id: update-CITATION.cff
8080
- id: update-pyproject.toml
8181
- repo: https://github.com/perltidy/perltidy
82-
rev: "20230912.13"
82+
rev: "20250616.02"
8383
hooks:
8484
- id: perltidy
8585
- repo: https://github.com/astral-sh/ruff-pre-commit
86-
rev: v0.2.1
86+
rev: v0.12.2
8787
hooks:
8888
- id: ruff
8989
- id: ruff-format
9090
- repo: https://github.com/kumaraditya303/mirrors-pyright
91-
rev: v1.1.350
91+
rev: v1.1.402
9292
hooks:
9393
- id: pyright
9494

0 commit comments

Comments
 (0)