We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1efaf commit 7fd3a39Copy full SHA for 7fd3a39
.pre-commit-config.yaml
@@ -10,22 +10,22 @@ repos:
10
- id: trailing-whitespace
11
args: [--markdown-linebreak-ext=md]
12
- repo: https://github.com/rbubley/mirrors-prettier
13
- rev: v3.5.3
+ rev: v3.6.2
14
hooks:
15
- id: prettier
16
- repo: https://github.com/pycqa/doc8
17
- rev: v1.1.2
+ rev: v2.0.0
18
19
- id: doc8
20
exclude: README\.rst
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.11.7 # also update pyproject.toml
+ rev: v0.12.1 # also update pyproject.toml
23
24
- id: ruff
25
args: [--fix]
26
- id: ruff-format
27
- repo: https://github.com/astral-sh/uv-pre-commit
28
- rev: 0.6.17
+ rev: 0.7.17
29
30
- id: uv-lock
31
- id: uv-export
0 commit comments