File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ repos:
19
19
- id : django-upgrade
20
20
args : [--target-version, "4.2"]
21
21
- repo : https://github.com/astral-sh/ruff-pre-commit
22
- rev : " v0.11.8 "
22
+ rev : " v0.11.9 "
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.0.0-beta.2 "
28
+ rev : " v2.0.0-beta.3 "
29
29
hooks :
30
30
- id : biome-check
31
31
args : [--unsafe]
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/2.0.0-beta.2 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/2.0.0-beta.3 /schema.json" ,
3
3
"assist" : {
4
4
"actions" : {
5
5
"source" : {
Original file line number Diff line number Diff line change 252
252
}
253
253
254
254
.resize-cursor {
255
- cursor : ew-resize;
256
255
cursor : col-resize;
257
256
}
258
257
You can’t perform that action at this time.
0 commit comments