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 ac2561c commit 50a8324Copy full SHA for 50a8324
.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.15
+ rev: 0.8.17
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.12.12
+ rev: v0.13.0
96
97
# Run the linter.
98
- id: ruff
0 commit comments