Skip to content

Commit b00620d

Browse files
ci: bump pre-commit deps
1 parent 66c0ce0 commit b00620d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ fail_fast: true
33
repos:
44
# checks for secrets via rules (gitleaks.toml)
55
- repo: https://github.com/zricethezav/gitleaks
6-
rev: v8.30.0
6+
rev: v8.30.1
77
hooks:
88
- id: gitleaks
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.15.3
10+
rev: v0.15.6
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)