We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423f183 commit f4ee1faCopy full SHA for f4ee1fa
.pre-commit-config.yaml
@@ -25,13 +25,13 @@ repos:
25
hooks:
26
- id: remove-crlf
27
- repo: https://github.com/codespell-project/codespell
28
- rev: v2.2.2
+ rev: v2.2.4
29
30
- id: codespell
31
additional_dependencies:
32
- tomli
33
- repo: https://github.com/jorisroovers/gitlint
34
- rev: v0.19.0dev
+ rev: v0.19.1
35
36
- id: gitlint
37
args:
@@ -69,7 +69,7 @@ repos:
69
70
- [email protected]
71
- repo: https://github.com/vimjas/vint
72
- rev: v0.4a4
+ rev: v0.4a3
73
74
- id: vint
75
- repo: https://github.com/google/vimdoc
0 commit comments