Skip to content

Commit bf5fcf1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.2 → v3.5.3](rbubley/mirrors-prettier@v3.5.2...v3.5.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.7...v0.9.10) - [github.com/astral-sh/uv-pre-commit: 0.6.2 → 0.6.5](astral-sh/uv-pre-commit@0.6.2...0.6.5)
1 parent cfbe6a8 commit bf5fcf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: trailing-whitespace
1111
args: [--markdown-linebreak-ext=md]
1212
- repo: https://github.com/rbubley/mirrors-prettier
13-
rev: v3.5.2
13+
rev: v3.5.3
1414
hooks:
1515
- id: prettier
1616
- repo: https://github.com/pycqa/doc8
@@ -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.9.7 # also update pyproject.toml
22+
rev: v0.9.10 # 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.2
28+
rev: 0.6.5
2929
hooks:
3030
- id: uv-lock
3131
- id: uv-export

0 commit comments

Comments
 (0)