We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7d91d commit c6061d1Copy full SHA for c6061d1
.pre-commit-config.yaml
@@ -20,12 +20,12 @@ repos:
20
- id: check-toml
21
22
- repo: https://github.com/astral-sh/uv-pre-commit
23
- rev: 0.6.14
+ rev: 0.7.9
24
hooks:
25
- id: uv-lock
26
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.11.5
+ rev: v0.11.12
29
30
- id: ruff
31
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
40
args: []
41
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: v1.15.0
+ rev: v1.16.0
44
45
- id: mypy
46
entry: mypy
0 commit comments