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