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 59dc04a commit 4d9684eCopy full SHA for 4d9684e
.pre-commit-config.yaml
@@ -31,14 +31,14 @@ repos:
31
- id: requirements-txt-fixer
32
- id: trailing-whitespace
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.8.2
+ rev: v0.12.0
35
hooks:
36
- id: ruff
37
args: [--exit-non-zero-on-fix, --fix]
38
- id: ruff-format
39
args: [--check]
40
- repo: https://github.com/adrienverge/yamllint.git
41
- rev: v1.35.1
+ rev: v1.37.1
42
43
- id: yamllint
44
args: [--strict]
@@ -48,6 +48,6 @@ repos:
48
- id: hadolint-docker
49
name: hadolint
50
- repo: https://github.com/woodruffw/zizmor-pre-commit
51
- rev: v0.9.2
+ rev: v1.9.0
52
53
- id: zizmor
0 commit comments