File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ repos:
14
14
hooks :
15
15
- id : doc8
16
16
- repo : https://github.com/adamchainz/django-upgrade
17
- rev : 1.25 .0
17
+ rev : 1.28 .0
18
18
hooks :
19
19
- id : django-upgrade
20
20
args : [--target-version, "4.2"]
21
21
- repo : https://github.com/adamchainz/djade-pre-commit
22
- rev : " 1.4 .0"
22
+ rev : " 1.6 .0"
23
23
hooks :
24
24
- id : djade
25
25
args : [--target-version, "4.2"]
@@ -29,12 +29,12 @@ repos:
29
29
- id : rst-backticks
30
30
- id : rst-directive-colons
31
31
- repo : https://github.com/biomejs/pre-commit
32
- rev : v2.1.4
32
+ rev : v2.2.3
33
33
hooks :
34
34
- id : biome-check
35
35
verbose : true
36
36
- repo : https://github.com/astral-sh/ruff-pre-commit
37
- rev : ' v0.12.8 '
37
+ rev : ' v0.12.12 '
38
38
hooks :
39
39
- id : ruff
40
40
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/2.0.6 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/2.2.3 /schema.json" ,
3
3
"formatter" : {
4
4
"enabled" : true ,
5
5
"useEditorconfig" : true
15
15
"enabled" : true ,
16
16
"rules" : {
17
17
"recommended" : true ,
18
+ "complexity" : {
19
+ "noImportantStyles" : " off"
20
+ },
18
21
"correctness" : {
19
22
"noUndeclaredVariables" : " error"
20
23
},
You can’t perform that action at this time.
0 commit comments