Skip to content

Commit 255336c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.4](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.4) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5) - [github.com/jorisroovers/gitlint: v0.19.0dev → v0.19.1](jorisroovers/gitlint@v0.19.0dev...v0.19.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.1 → 2.7.2](editorconfig-checker/editorconfig-checker.python@2.7.1...2.7.2) - [github.com/adrienverge/yamllint: v1.29.0 → v1.32.0](adrienverge/yamllint@v1.29.0...v1.32.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/DavidAnson/markdownlint-cli2: v0.6.0 → v0.9.2](DavidAnson/markdownlint-cli2@v0.6.0...v0.9.2) - [github.com/cmhughes/latexindent.pl: V3.20.3 → V3.22.2](cmhughes/latexindent.pl@V3.20.3...V3.22.2) - [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 255336c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,35 @@ 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.4
2626
hooks:
2727
- id: remove-crlf
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.2
29+
rev: v2.2.5
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:
3939
- --msg-filename
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 2.7.1
41+
rev: 2.7.2
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/adrienverge/yamllint
49-
rev: v1.29.0
49+
rev: v1.32.0
5050
hooks:
5151
- id: yamllint
5252
- repo: https://github.com/executablebooks/mdformat
53-
rev: 0.7.16
53+
rev: 0.7.17
5454
hooks:
5555
- id: mdformat
5656
args:
@@ -64,17 +64,17 @@ repos:
6464
- mdformat-black
6565
- mdformat-config
6666
- repo: https://github.com/DavidAnson/markdownlint-cli2
67-
rev: v0.6.0
67+
rev: v0.9.2
6868
hooks:
6969
- id: markdownlint-cli2
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.22.2
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)