We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ff97b9 + e109536 commit 0ec6e33Copy full SHA for 0ec6e33
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.8.15
+ rev: 0.8.19
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.12.12
+ rev: v0.13.1
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.17.1
+ rev: v1.18.2
37
38
- id: mypy
39
args: ["--config-file", "pyproject.toml"]
0 commit comments