We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f8492 commit 1fee34cCopy full SHA for 1fee34c
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.4.0
+ rev: v5.0.0
5
hooks:
6
- id: check-added-large-files
7
- id: check-case-conflict
@@ -20,15 +20,15 @@ repos:
20
exclude: examples/ignore/example-ignore.md
21
22
- repo: https://github.com/adrienverge/yamllint
23
- rev: v1.30.0
+ rev: v1.37.1
24
25
- id: yamllint
26
args:
27
- --config-file=.yamllint
28
- --strict
29
30
- repo: https://github.com/rhysd/actionlint
31
- rev: v1.6.23
+ rev: v1.7.7
32
33
- id: actionlint-docker
34
0 commit comments