We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1c8d2 commit 4280301Copy full SHA for 4280301
.pre-commit-config.yaml
@@ -8,12 +8,12 @@ repos:
8
- id: trailing-whitespace
9
- id: mixed-line-ending
10
- repo: https://github.com/charliermarsh/ruff-pre-commit
11
- rev: v0.14.3
+ rev: v0.14.4
12
hooks:
13
- id: ruff
14
args: ["--fix", "--exit-non-zero-on-fix"]
15
- id: ruff-format
16
- repo: https://github.com/astral-sh/uv-pre-commit
17
- rev: 0.9.7
+ rev: 0.9.8
18
19
- id: uv-lock
0 commit comments