Skip to content

Commit 2eeaf64

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.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.7.1 → v1.7.4](rhysd/actionlint@v1.7.1...v1.7.4) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](hukkin/mdformat@0.7.17...0.7.19) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.15.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.7.4](astral-sh/ruff-pre-commit@v0.6.1...v0.7.4) - [github.com/kumaraditya303/mirrors-pyright: v1.1.376 → v1.1.389](kumaraditya303/mirrors-pyright@v1.1.376...v1.1.389)
1 parent 03ff5ce commit 2eeaf64

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: fix-byte-order-marker
@@ -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.0.3
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.7.1
49+
rev: v1.7.4
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/adrienverge/yamllint
5353
rev: v1.35.1
5454
hooks:
5555
- id: yamllint
5656
- repo: https://github.com/executablebooks/mdformat
57-
rev: 0.7.17
57+
rev: 0.7.19
5858
hooks:
5959
- id: mdformat
6060
additional_dependencies:
@@ -68,18 +68,18 @@ repos:
6868
- mdformat-config
6969
- mdformat-web
7070
- repo: https://github.com/DavidAnson/markdownlint-cli2
71-
rev: v0.13.0
71+
rev: v0.15.0
7272
hooks:
7373
- id: markdownlint-cli2
7474
additional_dependencies:
7575
- markdown-it-texmath
7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.6.1
77+
rev: v0.7.4
7878
hooks:
7979
- id: ruff
8080
- id: ruff-format
8181
- repo: https://github.com/kumaraditya303/mirrors-pyright
82-
rev: v1.1.376
82+
rev: v1.1.389
8383
hooks:
8484
- id: pyright
8585
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)