Skip to content

Commit 224b4dc

Browse files
ci: update pre-commit config
1 parent 5918f91 commit 224b4dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ fail_fast: true
33
repos:
44
# checks for secrets via rules (gitleaks.toml)
55
- repo: https://github.com/zricethezav/gitleaks
6-
rev: v8.26.0
6+
rev: v8.30.0
77
hooks:
88
- id: gitleaks
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.11.9
10+
rev: v0.15.3
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
args: ['--maxkb=1024']

0 commit comments

Comments
 (0)