Skip to content

Commit f5a1a8b

Browse files
pre-commit-ci[bot]pjonsson
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.10...v0.12.11) - [github.com/astral-sh/uv-pre-commit: 0.8.13 → 0.8.14](astral-sh/uv-pre-commit@0.8.13...0.8.14)
1 parent 2a45a22 commit f5a1a8b

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
@@ -6,13 +6,13 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.12.10
9+
rev: v0.12.11
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --show-fixes, --output-format, grouped]
1313
- id: ruff-format
1414
- repo: https://github.com/astral-sh/uv-pre-commit
15-
rev: 0.8.13
15+
rev: 0.8.14
1616
hooks:
1717
# Ensure uv.lock is up-to-date if pyproject.toml has changed.
1818
- id: uv-lock

0 commit comments

Comments
 (0)