We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b69a67d + 932bc6a commit 1708da8Copy full SHA for 1708da8
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.13
+ rev: 0.8.14
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.12.10
+ rev: v0.12.11
27
28
- id: ruff
29
name: ruff (linter)
0 commit comments