We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f056507 commit 7c36186Copy full SHA for 7c36186
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ repos:
9
10
# UV: Keep uv.lock in sync
11
- repo: https://github.com/astral-sh/uv-pre-commit
12
- rev: 0.9.26
+ rev: 0.10.2
13
hooks:
14
- id: uv-lock
15
16
# Ruff: Linting and formatting
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.14.14
+ rev: v0.15.1
19
20
- id: ruff
21
args: [--fix]
0 commit comments