Skip to content

Commit 220535d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.7](astral-sh/ruff-pre-commit@v0.9.10...v0.11.7) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [github.com/zricethezav/gitleaks: v8.24.0 → v8.24.3](gitleaks/gitleaks@v8.24.0...v8.24.3)
1 parent 8889280 commit 220535d

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
@@ -5,7 +5,7 @@ repos:
55
- id: identity
66
- id: check-hooks-apply
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: 'v0.9.10'
8+
rev: 'v0.11.7'
99
hooks:
1010
- id: ruff
1111
args: ["--fix"]
@@ -22,7 +22,7 @@ repos:
2222
args:
2323
- "--github"
2424
- repo: https://github.com/adrienverge/yamllint
25-
rev: v1.35.1
25+
rev: v1.37.0
2626
hooks:
2727
- id: yamllint
2828
args: ["--strict"]
@@ -36,6 +36,6 @@ repos:
3636
- id: check-yaml
3737
- id: debug-statements
3838
- repo: https://github.com/zricethezav/gitleaks
39-
rev: v8.24.0
39+
rev: v8.24.3
4040
hooks:
4141
- id: gitleaks

0 commit comments

Comments
 (0)