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 875d581 commit f629b32Copy full SHA for f629b32
.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.2.5
+ rev: v2.2.6
33
hooks:
34
- id: biome-check
35
verbose: true
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: 'v0.14.0'
+ rev: 'v0.14.1'
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.10.0
+ rev: v2.11.0
44
45
- id: pyproject-fmt
46
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments