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 54067d3 commit f101817Copy full SHA for f101817
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: check-hooks-apply
8
- id: check-useless-excludes
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
hooks:
12
- id: check-added-large-files
13
- id: check-builtin-literals
@@ -36,16 +36,16 @@ repos:
36
- id: ruff-format
37
args: [--check]
38
- repo: https://github.com/adrienverge/yamllint.git
39
- rev: v1.35.1
+ rev: v1.37.1
40
41
- id: yamllint
42
args: [--strict]
43
- repo: https://github.com/hadolint/hadolint
44
- rev: v2.12.0
+ rev: v2.14.0
45
46
- id: hadolint-docker
47
name: hadolint
48
- repo: https://github.com/woodruffw/zizmor-pre-commit
49
- rev: v0.9.2
+ rev: v1.16.3
50
51
- id: zizmor
0 commit comments