Skip to content

Commit 093b1e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.4](cmhughes/latexindent.pl@V3.20.3...V3.20.4)
1 parent dda108f commit 093b1e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ repos:
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,7 +70,7 @@ 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.4
7474
hooks:
7575
- id: latexindent
7676
- repo: https://github.com/Freed-Wu/pre-commit-hooks

0 commit comments

Comments
 (0)