File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
content_editor/static/content_editor Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ repos:
1919 - id : django-upgrade
2020 args : [--target-version, "3.2"]
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.14.8
22+ rev : v0.15.0
2323 hooks :
2424 - id : ruff
2525 args : [--unsafe-fixes]
2626 - id : ruff-format
2727 - repo : https://github.com/biomejs/pre-commit
28- rev : v2.3.8
28+ rev : v2.3.14
2929 hooks :
3030 - id : biome-check
3131 args : [--unsafe]
3232 verbose : true
3333 - repo : https://github.com/tox-dev/pyproject-fmt
34- rev : v2.11 .1
34+ rev : v2.12 .1
3535 hooks :
3636 - id : pyproject-fmt
3737 - repo : https://github.com/abravalheri/validate-pyproject
38- rev : v0.24.1
38+ rev : v0.25
3939 hooks :
4040 - id : validate-pyproject
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.2.6 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.3.14 /schema.json" ,
33 "assist" : { "actions" : { "source" : { "organizeImports" : " off" } } },
44 "formatter" : {
55 "enabled" : true ,
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ h3[draggable] {
105105 opacity : 1 ;
106106
107107 @starting-style {
108- /* biome-ignore lint/suspicious/noDuplicateProperties: It's not a duplicate */
109108 height : 0 ;
110109 }
111110}
You can’t perform that action at this time.
0 commit comments