Skip to content

Commit a1b688f

Browse files
Update pre-commit hooks (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d280ee4 commit a1b688f

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.14.2
11+
rev: v0.14.3
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.9.5
17+
rev: 0.9.7
1818
hooks:
1919
- id: uv-lock

0 commit comments

Comments
 (0)