Skip to content

Commit 013fd52

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/rhysd/actionlint: v1.6.25 → v1.6.26](rhysd/actionlint@v1.6.25...v1.6.26) - [github.com/DavidAnson/markdownlint-cli2: v0.9.2 → v0.10.0](DavidAnson/markdownlint-cli2@v0.9.2...v0.10.0) - [github.com/cmhughes/latexindent.pl: V3.20.3 → V3.23.2](cmhughes/latexindent.pl@V3.20.3...V3.23.2)
1 parent fbc38a9 commit 013fd52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 5 additions & 5 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:
@@ -46,7 +46,7 @@ repos:
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
@@ -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.10.0
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.2
7777
hooks:
7878
- id: latexindent
7979
- repo: https://github.com/Freed-Wu/pre-commit-hooks

0 commit comments

Comments
 (0)