File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ repos:
14
14
- id : mixed-line-ending
15
15
- id : trailing-whitespace
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, "3.2"]
21
21
- repo : https://github.com/astral-sh/ruff-pre-commit
22
- rev : " v0.12.10 "
22
+ rev : " v0.12.12 "
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.2.2 "
28
+ rev : " v2.2.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.2.2 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/2.2.3 /schema.json" ,
3
3
"assist" : { "actions" : { "source" : { "organizeImports" : " off" } } },
4
4
"formatter" : {
5
5
"enabled" : true ,
You can’t perform that action at this time.
0 commit comments