File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,24 @@ default_stages:
8
8
minimum_pre_commit_version : 2.16.0
9
9
repos :
10
10
- repo : https://github.com/biomejs/pre-commit
11
- rev : v1.9 .4
11
+ rev : v2.2 .4
12
12
hooks :
13
13
- id : biome-format
14
14
exclude : ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
15
15
- repo : https://github.com/tox-dev/pyproject-fmt
16
- rev : v2.5.1
16
+ rev : v2.6.0
17
17
hooks :
18
18
- id : pyproject-fmt
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.11 .2
20
+ rev : v0.13 .2
21
21
hooks :
22
22
- id : ruff
23
23
types_or : [python, pyi, jupyter]
24
24
args : [--fix, --exit-non-zero-on-fix]
25
25
- id : ruff-format
26
26
types_or : [python, pyi, jupyter]
27
27
- repo : https://github.com/pre-commit/pre-commit-hooks
28
- rev : v5 .0.0
28
+ rev : v6 .0.0
29
29
hooks :
30
30
- id : detect-private-key
31
31
- id : check-ast
You can’t perform that action at this time.
0 commit comments