Skip to content

Commit 2dbfa60

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

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.1
11+
rev: v0.14.2
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.3
17+
rev: 0.9.5
1818
hooks:
1919
- id: uv-lock

0 commit comments

Comments
 (0)