We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaadf6c commit e61d15aCopy full SHA for e61d15a
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.3.0
+ rev: v4.4.0
5
hooks:
6
- id: check-added-large-files
7
- id: check-case-conflict
@@ -20,16 +20,16 @@ repos:
20
exclude: examples/ignore/example-ignore.md
21
22
- repo: https://github.com/adrienverge/yamllint
23
- rev: v1.28.0
+ rev: v1.30.0
24
25
- id: yamllint
26
args:
27
- --config-file=.yamllint
28
- --strict
29
30
- repo: https://github.com/rhysd/actionlint
31
- rev: v1.6.19
+ rev: v1.6.23
32
33
- id: actionlint-docker
34
35
-minimum_pre_commit_version: !!str 2.16
+minimum_pre_commit_version: !!str 3.2
0 commit comments