Skip to content

Commit 49c043f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.1](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/jorisroovers/gitlint: v0.19.0dev → v0.19.1](jorisroovers/gitlint@v0.19.0dev...v0.19.1) - [github.com/adrienverge/yamllint: v1.29.0 → v1.30.0](adrienverge/yamllint@v1.29.0...v1.30.0) - [github.com/cmhughes/latexindent.pl: V3.20.3 → V3.20.6](cmhughes/latexindent.pl@V3.20.3...V3.20.6) - [github.com/Freed-Wu/pre-commit-hooks: 0.0.10 → 0.0.11](https://github.com/Freed-Wu/pre-commit-hooks/compare/0.0.10...0.0.11)
1 parent dda108f commit 49c043f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ repos:
2222
- id: check-toml
2323
- id: check-json
2424
- repo: https://github.com/Lucas-C/pre-commit-hooks
25-
rev: v1.4.2
25+
rev: v1.5.1
2626
hooks:
2727
- id: remove-crlf
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.2
29+
rev: v2.2.4
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
3333
- tomli
3434
- repo: https://github.com/jorisroovers/gitlint
35-
rev: v0.19.0dev
35+
rev: v0.19.1
3636
hooks:
3737
- id: gitlint
3838
args:
@@ -46,7 +46,7 @@ repos:
4646
hooks:
4747
- id: check-mailmap
4848
- repo: https://github.com/adrienverge/yamllint
49-
rev: v1.29.0
49+
rev: v1.30.0
5050
hooks:
5151
- id: yamllint
5252
- repo: https://github.com/executablebooks/mdformat
@@ -70,11 +70,11 @@ repos:
7070
additional_dependencies:
7171
- markdown-it-texmath@0.9.1
7272
- repo: https://github.com/cmhughes/latexindent.pl
73-
rev: V3.20.3
73+
rev: V3.20.6
7474
hooks:
7575
- id: latexindent
7676
- repo: https://github.com/Freed-Wu/pre-commit-hooks
77-
rev: 0.0.10
77+
rev: 0.0.11
7878
hooks:
7979
- id: make
8080

0 commit comments

Comments
 (0)