We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a7b58 + 2dc0377 commit a935146Copy full SHA for a935146
.pre-commit-config.yaml
@@ -7,16 +7,16 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/biomejs/pre-commit
10
- rev: v2.2.6
+ rev: v2.3.7
11
hooks:
12
- id: biome-format
13
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
14
- repo: https://github.com/tox-dev/pyproject-fmt
15
- rev: v2.11.0
+ rev: v2.11.1
16
17
- id: pyproject-fmt
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.14.1
+ rev: v0.14.6
20
21
- id: ruff-check
22
types_or: [python, pyi, jupyter]
0 commit comments