Skip to content

Commit 49b34d6

Browse files
Update pre-commit hooks
1 parent e0a7594 commit 49b34d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: trailing-whitespace
99
- id: mixed-line-ending
1010
- repo: https://github.com/charliermarsh/ruff-pre-commit
11-
rev: v0.12.5
11+
rev: v0.12.8
1212
hooks:
1313
- id: ruff
1414
args: ["--fix", "--exit-non-zero-on-fix"]
1515
- id: ruff-format
1616
- repo: https://github.com/astral-sh/uv-pre-commit
17-
rev: 0.8.3
17+
rev: 0.8.7
1818
hooks:
1919
- id: uv-lock

0 commit comments

Comments
 (0)