Skip to content

Commit 08e18cf

Browse files
chore(deps): update pre-commit hooks (#12)
Co-authored-by: vilsonrodrigues <23613942+vilsonrodrigues@users.noreply.github.com> Co-authored-by: Vilson Rodrigues <vilsonrodrigues07@hotmail.com>
1 parent 578a4b6 commit 08e18cf

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,19 +3,19 @@ default_install_hook_types: [pre-commit, pre-push]
33
repos:
44
# Security: Detect secrets and credentials
55
- repo: https://github.com/gitleaks/gitleaks
6-
rev: v8.23.1
6+
rev: v8.30.0
77
hooks:
88
- id: gitleaks
99

1010
# UV: Keep uv.lock in sync
1111
- repo: https://github.com/astral-sh/uv-pre-commit
12-
rev: 0.8.3
12+
rev: 0.9.13
1313
hooks:
1414
- id: uv-lock
1515

1616
# Ruff: Linting and formatting
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.11.7
18+
rev: v0.14.7
1919
hooks:
2020
- id: ruff
2121
args: [--fix]

0 commit comments

Comments
 (0)