We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c5cf20 + 7d1706d commit 04253e8Copy full SHA for 04253e8
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.9.5
+ rev: 0.9.16
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.14.2
+ rev: v0.14.8
27
28
- id: ruff
29
name: ruff (linter)
@@ -33,7 +33,7 @@ repos:
33
34
# Type checking with MyPy
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.18.2
+ rev: v1.19.0
37
38
- id: mypy
39
args: ["--config-file", "pyproject.toml"]
@@ -46,6 +46,6 @@ repos:
46
47
# No committing secrets
48
- repo: https://github.com/gitleaks/gitleaks
49
- rev: v8.28.0
+ rev: v8.30.0
50
51
- id: gitleaks
0 commit comments