We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39bd7e0 + 264539e commit 1b4b67dCopy full SHA for 1b4b67d
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/uv-pre-commit
3
# uv version.
4
- rev: 0.9.17
+ rev: 0.11.6
5
hooks:
6
# Dependency management
7
- id: uv-lock
@@ -47,7 +47,7 @@ repos:
47
# Python Linting & Formatting with Ruff
48
- repo: https://github.com/astral-sh/ruff-pre-commit
49
# Ruff version.
50
- rev: "v0.14.8"
+ rev: "v0.15.10"
51
52
- id: ruff
53
name: ruff (linter)
0 commit comments