We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71e4656 + 68d04e8 commit c3f2a4dCopy full SHA for c3f2a4d
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.0
+ rev: 0.8.8
4
hooks:
5
# Dependency management
6
- id: uv-lock
@@ -9,7 +9,7 @@ repos:
9
10
# Code quality and formatting
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v5.0.0
+ rev: v6.0.0
13
14
- id: trailing-whitespace
15
- id: end-of-file-fixer
@@ -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.4
+ rev: v0.12.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.17.0
+ rev: v1.17.1
37
38
- id: mypy
39
args: ["--config-file", "pyproject.toml"]
0 commit comments