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 46e2b91 commit 3fc0c05Copy full SHA for 3fc0c05
.pre-commit-config.yaml
@@ -29,18 +29,18 @@ repos:
29
- id: rst-backticks
30
- id: rst-directive-colons
31
- repo: https://github.com/biomejs/pre-commit
32
- rev: v2.0.0-beta.4
+ rev: v2.0.0-beta.5
33
hooks:
34
- id: biome-check
35
verbose: true
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: 'v0.11.10'
+ rev: 'v0.11.11'
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
41
- id: ruff-format
42
- repo: https://github.com/tox-dev/pyproject-fmt
43
- rev: v2.5.1
+ rev: v2.6.0
44
45
- id: pyproject-fmt
46
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments