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 52e0922 commit 34f294eCopy full SHA for 34f294e
.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
41
args:
42
- --ignore-case
43
- repo: https://github.com/astral-sh/uv-pre-commit
44
- rev: 0.8.23
+ rev: 0.9.2
45
hooks:
46
# Keep lock file up to date
47
- id: uv-lock
@@ -92,7 +92,7 @@ repos:
92
# Enforce that type annotations are used instead of type comments
93
- id: python-use-type-annotations
94
- repo: https://github.com/astral-sh/ruff-pre-commit
95
- rev: v0.13.3
+ rev: v0.14.0
96
97
# Run the linter.
98
- id: ruff
0 commit comments