We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b4b67d + 89a3710 commit bbf424eCopy full SHA for bbf424e
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.11.6
+ rev: 0.11.7
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.15.10"
+ rev: "v0.15.11"
51
52
- id: ruff
53
name: ruff (linter)
0 commit comments