We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbe6a8 commit bf5fcf1Copy full SHA for bf5fcf1
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: trailing-whitespace
11
args: [--markdown-linebreak-ext=md]
12
- repo: https://github.com/rbubley/mirrors-prettier
13
- rev: v3.5.2
+ rev: v3.5.3
14
hooks:
15
- id: prettier
16
- repo: https://github.com/pycqa/doc8
@@ -19,13 +19,13 @@ repos:
19
- id: doc8
20
exclude: README\.rst
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.9.7 # also update pyproject.toml
+ rev: v0.9.10 # 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.2
+ rev: 0.6.5
29
30
- id: uv-lock
31
- id: uv-export
0 commit comments