Skip to content

Commit ea53b63

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.7...v0.11.13) - [github.com/astral-sh/uv-pre-commit: 0.6.17 → 0.7.13](astral-sh/uv-pre-commit@0.6.17...0.7.13)
1 parent 0c1efaf commit ea53b63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ repos:
1414
hooks:
1515
- id: prettier
1616
- repo: https://github.com/pycqa/doc8
17-
rev: v1.1.2
17+
rev: v2.0.0
1818
hooks:
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.13 # 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.13
2929
hooks:
3030
- id: uv-lock
3131
- id: uv-export

0 commit comments

Comments
 (0)