File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
exclude : " .yarn/|yarn.lock|\\ .min\\ .(css|js)$"
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v5 .0.0
4
+ rev : v6 .0.0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-builtin-literals
@@ -14,27 +14,27 @@ repos:
14
14
- id : mixed-line-ending
15
15
- id : trailing-whitespace
16
16
- repo : https://github.com/adamchainz/django-upgrade
17
- rev : 1.23.1
17
+ rev : 1.25.0
18
18
hooks :
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.10.0 "
22
+ rev : " v0.12.8 "
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 : " v1.9 .4"
28
+ rev : " v2.1 .4"
29
29
hooks :
30
30
- id : biome-check
31
- additional_dependencies :
["@biomejs/[email protected] "]
32
31
args : [--unsafe]
32
+ verbose : true
33
33
- repo : https://github.com/tox-dev/pyproject-fmt
34
- rev : v2.5.1
34
+ rev : v2.6.0
35
35
hooks :
36
36
- id : pyproject-fmt
37
37
- repo : https://github.com/abravalheri/validate-pyproject
38
- rev : v0.24
38
+ rev : v0.24.1
39
39
hooks :
40
40
- id : validate-pyproject
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3
- "organizeImports" : {
4
- "enabled" : false
5
- },
2
+ "$schema" : " https://biomejs.dev/schemas/2.1.4/schema.json" ,
3
+ "assist" : { "actions" : { "source" : { "organizeImports" : " off" } } },
6
4
"formatter" : {
7
5
"enabled" : true ,
8
6
"indentStyle" : " space" ,
19
17
"noUndeclaredVariables" : " error" ,
20
18
"noUnusedImports" : " error" ,
21
19
"noUnusedVariables" : " error" ,
22
- "useArrayLiterals" : " error" ,
23
20
"useHookAtTopLevel" : " error"
24
21
},
25
22
"security" : {
26
23
"noDangerouslySetInnerHtml" : " warn"
27
24
},
28
25
"style" : {
29
26
"noParameterAssign" : " off" ,
30
- "useForOf" : " warn"
27
+ "useForOf" : " warn" ,
28
+ "useArrayLiterals" : " error"
31
29
},
32
30
"suspicious" : {
33
31
"noArrayIndexKey" : " warn" ,
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
.box-drawing {
9
- display : block;
10
9
position : absolute;
11
10
display : inline-block;
12
11
font-family : monospace;
141
140
}
142
141
143
142
.move-paste {
144
- height : auto;
145
143
display : none;
146
144
max-width : 6ch ;
147
145
height : 28px ;
You can’t perform that action at this time.
0 commit comments