Skip to content

Commit f8f2d07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.9](astral-sh/ruff-pre-commit@v0.11.7...v0.11.9) - [github.com/astral-sh/uv-pre-commit: 0.6.17 → 0.7.3](astral-sh/uv-pre-commit@0.6.17...0.7.3)
1 parent 0c1efaf commit f8f2d07

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
@@ -19,13 +19,13 @@ repos:
1919
- id: doc8
2020
exclude: README\.rst
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.11.7 # also update pyproject.toml
22+
rev: v0.11.9 # also update pyproject.toml
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
2626
- id: ruff-format
2727
- repo: https://github.com/astral-sh/uv-pre-commit
28-
rev: 0.6.17
28+
rev: 0.7.3
2929
hooks:
3030
- id: uv-lock
3131
- id: uv-export

0 commit comments

Comments
 (0)