File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,17 @@ repos:
19
19
- id : django-upgrade
20
20
args : [--target-version, "3.2"]
21
21
- repo : https://github.com/astral-sh/ruff-pre-commit
22
- rev : " v0.12.8 "
22
+ rev : " v0.12.10 "
23
23
hooks :
24
24
- id : ruff
25
25
args : [--unsafe-fixes]
26
26
- id : ruff-format
27
27
- repo : https://github.com/biomejs/pre-commit
28
- rev : " v2.1.4 "
28
+ rev : " v2.2.2 "
29
29
hooks :
30
30
- id : biome-check
31
31
args : [--unsafe]
32
+ verbose : true
32
33
- repo : https://github.com/tox-dev/pyproject-fmt
33
34
rev : v2.6.0
34
35
hooks :
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/2.1.4 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/2.2.2 /schema.json" ,
3
3
"assist" : { "actions" : { "source" : { "organizeImports" : " off" } } },
4
4
"formatter" : {
5
5
"enabled" : true ,
13
13
"a11y" : {
14
14
"noSvgWithoutTitle" : " off"
15
15
},
16
+ "complexity" : {
17
+ "noImportantStyles" : " off"
18
+ },
16
19
"correctness" : {
17
20
"noUndeclaredVariables" : " error" ,
18
21
"noUnusedImports" : " error" ,
You can’t perform that action at this time.
0 commit comments