We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 850bae7 + 75e97e5 commit 7d34376Copy full SHA for 7d34376
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- -c=.yamllint.yml
16
17
- repo: https://github.com/python-jsonschema/check-jsonschema
18
- rev: 0.37.0
+ rev: 0.37.1
19
hooks:
20
- id: check-jsonschema
21
files: ^applications/.*/secrets(-[^./-]+)?\.yaml
@@ -47,14 +47,14 @@ repos:
47
- --template-files=../helm-docs.md.gotmpl
48
49
- repo: https://github.com/astral-sh/ruff-pre-commit
50
- rev: v0.15.7
+ rev: v0.15.8
51
52
- id: ruff-check
53
args: [--fix, --exit-non-zero-on-fix]
54
- id: ruff-format
55
56
- repo: https://github.com/astral-sh/uv-pre-commit
57
- rev: 0.10.12
+ rev: 0.11.2
58
59
- id: uv-lock
60
0 commit comments