Skip to content

Commit f735323

Browse files
chore: bump deps
1 parent f37e7cd commit f735323

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
@@ -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.18.4
6+
rev: v8.26.0
77
hooks:
88
- id: gitleaks
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.6.1
10+
rev: v0.11.9
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: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
args: ['--maxkb=1024']

0 commit comments

Comments
 (0)