Skip to content

Commit 521fe79

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.4](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.4) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [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.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0) - [github.com/DavidAnson/markdownlint-cli2: v0.7.1 → v0.8.1](DavidAnson/markdownlint-cli2@v0.7.1...v0.8.1) - [github.com/vimjas/vint: v0.4a4 → v0.4a3](Vimjas/vint@v0.4a4...v0.4a3)
1 parent 2faca6c commit 521fe79

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,11 +21,11 @@ repos:
2121
- id: check-toml
2222
- id: check-json
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.5.1
24+
rev: v1.5.4
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.4
28+
rev: v2.2.5
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
@@ -37,15 +37,15 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 2.7.1
40+
rev: 2.7.2
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4444
rev: 3.0.0
4545
hooks:
4646
- id: check-mailmap
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.31.0
48+
rev: v1.32.0
4949
hooks:
5050
- id: yamllint
5151
- repo: https://github.com/executablebooks/mdformat
@@ -62,13 +62,13 @@ repos:
6262
- mdformat-black
6363
- mdformat-config
6464
- repo: https://github.com/DavidAnson/markdownlint-cli2
65-
rev: v0.7.1
65+
rev: v0.8.1
6666
hooks:
6767
- id: markdownlint-cli2
6868
additional_dependencies:
6969
7070
- repo: https://github.com/vimjas/vint
71-
rev: v0.4a4
71+
rev: v0.4a3
7272
hooks:
7373
- id: vint
7474
- repo: https://github.com/google/vimdoc

0 commit comments

Comments
 (0)