Skip to content

Commit 4d9684e

Browse files
committed
Update pre-commit hooks
1 parent 59dc04a commit 4d9684e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ repos:
3131
- id: requirements-txt-fixer
3232
- id: trailing-whitespace
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.8.2
34+
rev: v0.12.0
3535
hooks:
3636
- id: ruff
3737
args: [--exit-non-zero-on-fix, --fix]
3838
- id: ruff-format
3939
args: [--check]
4040
- repo: https://github.com/adrienverge/yamllint.git
41-
rev: v1.35.1
41+
rev: v1.37.1
4242
hooks:
4343
- id: yamllint
4444
args: [--strict]
@@ -48,6 +48,6 @@ repos:
4848
- id: hadolint-docker
4949
name: hadolint
5050
- repo: https://github.com/woodruffw/zizmor-pre-commit
51-
rev: v0.9.2
51+
rev: v1.9.0
5252
hooks:
5353
- id: zizmor

0 commit comments

Comments
 (0)