Skip to content

Commit aed6d22

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.31.0](adrienverge/yamllint@v1.29.0...v1.31.0) - [github.com/DavidAnson/markdownlint-cli2: v0.6.0 → v0.7.1](DavidAnson/markdownlint-cli2@v0.6.0...v0.7.1) - [github.com/vimjas/vint: v0.4a4 → v0.4a3](Vimjas/vint@v0.4a4...v0.4a3)
1 parent 423f183 commit aed6d22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ repos:
2121
- id: check-toml
2222
- id: check-json
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.4.2
24+
rev: v1.5.1
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.2
28+
rev: v2.2.4
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
3232
- tomli
3333
- repo: https://github.com/jorisroovers/gitlint
34-
rev: v0.19.0dev
34+
rev: v0.19.1
3535
hooks:
3636
- id: gitlint
3737
args:
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: check-mailmap
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.29.0
48+
rev: v1.31.0
4949
hooks:
5050
- id: yamllint
5151
- repo: https://github.com/executablebooks/mdformat
@@ -63,13 +63,13 @@ repos:
6363
- mdformat-black
6464
- mdformat-config
6565
- repo: https://github.com/DavidAnson/markdownlint-cli2
66-
rev: v0.6.0
66+
rev: v0.7.1
6767
hooks:
6868
- id: markdownlint-cli2
6969
additional_dependencies:
7070
7171
- repo: https://github.com/vimjas/vint
72-
rev: v0.4a4
72+
rev: v0.4a3
7373
hooks:
7474
- id: vint
7575
- repo: https://github.com/google/vimdoc

0 commit comments

Comments
 (0)