Skip to content

Commit 5591fcb

Browse files
chore(deps): update pre-commit hooks
1 parent 4e4c0d3 commit 5591fcb

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
@@ -2,17 +2,17 @@ default_install_hook_types: [pre-commit, pre-push]
22

33
repos:
44
- repo: https://github.com/gitleaks/gitleaks
5-
rev: v8.23.1
5+
rev: v8.30.0
66
hooks:
77
- id: gitleaks
88

99
- repo: https://github.com/astral-sh/uv-pre-commit
10-
rev: 0.8.3 # uv version.
10+
rev: 0.10.4 # uv version.
1111
hooks:
1212
- id: uv-lock
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.7
15+
rev: v0.15.2
1616
hooks:
1717
- id: ruff
1818
args: [--fix]

0 commit comments

Comments
 (0)