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 d8cb6a5 commit c0b4ddaCopy full SHA for c0b4dda
.pre-commit-config.yaml
@@ -8,16 +8,16 @@ default_stages:
8
minimum_pre_commit_version: 2.16.0
9
repos:
10
- repo: https://github.com/biomejs/pre-commit
11
- rev: v1.9.4
+ rev: v2.0.0-beta.5
12
hooks:
13
- id: biome-format
14
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
15
- repo: https://github.com/tox-dev/pyproject-fmt
16
- rev: v2.5.1
+ rev: v2.6.0
17
18
- id: pyproject-fmt
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.11.2
+ rev: v0.11.11
21
22
- id: ruff
23
types_or: [python, pyi, jupyter]
0 commit comments