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 979e892 commit 0e36265Copy full SHA for 0e36265
.pre-commit-config.yaml
@@ -28,20 +28,20 @@ repos:
28
- id: end-of-file-fixer
29
- id: trailing-whitespace
30
- repo: https://github.com/tox-dev/pyproject-fmt
31
- rev: "v2.5.1"
+ rev: "v2.6.0"
32
hooks:
33
- id: pyproject-fmt
34
- repo: https://github.com/astral-sh/uv-pre-commit
35
rev: 0.8.11
36
37
- id: uv-lock
38
- repo: https://github.com/pre-commit/mirrors-prettier
39
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
40
41
- id: prettier
42
args: ["--tab-width", "2"]
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.11.5
+ rev: v0.12.9
45
46
- id: ruff
47
args: [--fix, --exit-non-zero-on-fix]
0 commit comments