We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9ac3dc + 3acb205 commit 79ac094Copy full SHA for 79ac094
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/uv-pre-commit
3
- rev: 0.10.9
+ rev: 0.10.10
4
hooks:
5
# Dependency management
6
- id: uv-lock
@@ -23,7 +23,7 @@ repos:
23
24
# Python Linting & Formatting with Ruff
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.15.5
+ rev: v0.15.6
27
28
- id: ruff
29
name: ruff (linter)
@@ -46,6 +46,6 @@ repos:
46
47
# No committing secrets
48
- repo: https://github.com/gitleaks/gitleaks
49
- rev: v8.30.0
+ rev: v8.30.1
50
51
- id: gitleaks
0 commit comments