We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1944114 + e8bf144 commit 233431dCopy full SHA for 233431d
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.13
+ rev: 0.11.14
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.12"
+ rev: "v0.15.13"
51
52
- id: ruff
53
name: ruff (linter)
0 commit comments