We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e046237 + 8e33996 commit 6c5cf20Copy full SHA for 6c5cf20
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.9.2
+ rev: 0.9.5
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.14.0
+ rev: v0.14.2
27
28
- id: ruff
29
name: ruff (linter)
0 commit comments