Skip to content

Commit ca7b6b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.2...2.7.3) - [github.com/rhysd/actionlint: v1.6.25 → v1.6.26](rhysd/actionlint@v1.6.25...v1.6.26) - [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0) - [github.com/DavidAnson/markdownlint-cli2: v0.9.2 → v0.12.1](DavidAnson/markdownlint-cli2@v0.9.2...v0.12.1) - [github.com/cmhughes/latexindent.pl: V3.20.3 → V3.23.5](cmhughes/latexindent.pl@V3.20.3...V3.23.5)
1 parent fbc38a9 commit ca7b6b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-added-large-files
88
- id: fix-byte-order-marker
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: remove-crlf
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.5
29+
rev: v2.2.6
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
@@ -38,19 +38,19 @@ repos:
3838
args:
3939
- --msg-filename
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 2.7.2
41+
rev: 2.7.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.6.25
49+
rev: v1.6.26
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/adrienverge/yamllint
53-
rev: v1.32.0
53+
rev: v1.33.0
5454
hooks:
5555
- id: yamllint
5656
- repo: https://github.com/executablebooks/mdformat
@@ -67,13 +67,13 @@ repos:
6767
- mdformat-black
6868
- mdformat-config
6969
- repo: https://github.com/DavidAnson/markdownlint-cli2
70-
rev: v0.9.2
70+
rev: v0.12.1
7171
hooks:
7272
- id: markdownlint-cli2
7373
additional_dependencies:
7474
- markdown-it-texmath@0.9.1
7575
- repo: https://github.com/cmhughes/latexindent.pl
76-
rev: V3.20.3
76+
rev: V3.23.5
7777
hooks:
7878
- id: latexindent
7979
- repo: https://github.com/Freed-Wu/pre-commit-hooks

0 commit comments

Comments
 (0)