There was an error while loading. Please reload this page.
1 parent 7627683 commit 678b687Copy full SHA for 678b687
1 file changed
.pre-commit-config.yaml
@@ -34,18 +34,18 @@ repos:
34
- id: rst-backticks
35
- id: rst-directive-colons
36
- repo: https://github.com/biomejs/pre-commit
37
- rev: v2.5.6
+ rev: v2.5.7
38
hooks:
39
- id: biome-check
40
verbose: true
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: 'v0.16.1'
+ rev: 'v0.16.2'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
46
- id: ruff-format
47
- repo: https://github.com/tox-dev/pyproject-fmt
48
- rev: v2.26.0
+ rev: v2.27.0
49
50
- id: pyproject-fmt
51
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments