We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faaa54a + 9d04230 commit 906d3bbCopy full SHA for 906d3bb
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.19
+ rev: 0.9.2
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.13.1
+ rev: v0.14.0
27
28
- id: ruff
29
name: ruff (linter)
0 commit comments