We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc115b commit dc99f66Copy full SHA for dc99f66
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ 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.1
12
hooks:
13
- id: biome-format
14
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
@@ -17,7 +17,7 @@ repos:
17
18
- id: pyproject-fmt
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.11.2
+ rev: v0.11.4
21
22
- id: ruff
23
types_or: [python, pyi, jupyter]
0 commit comments