Skip to content

Commit b1bc67d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.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.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0) - [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.7.1](rhysd/actionlint@v1.6.25...v1.7.1) - [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1) - [github.com/DavidAnson/markdownlint-cli2: v0.9.2 → v0.13.0](DavidAnson/markdownlint-cli2@v0.9.2...v0.13.0) - [github.com/cmhughes/latexindent.pl: V3.20.3 → V3.24.4](cmhughes/latexindent.pl@V3.20.3...V3.24.4)
1 parent fbc38a9 commit b1bc67d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 8 additions & 8 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.6.0
66
hooks:
77
- id: check-added-large-files
88
- 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.5
29+
rev: v2.3.0
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.7.1
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/adrienverge/yamllint
53-
rev: v1.32.0
53+
rev: v1.35.1
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.13.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.24.4
7777
hooks:
7878
- id: latexindent
7979
- repo: https://github.com/Freed-Wu/pre-commit-hooks

0 commit comments

Comments
 (0)