Update fmt command to use Ruff
This commit is contained in:
parent
72a1ce8750
commit
af70e0899f
@ -128,7 +128,7 @@ dev = [
|
|||||||
|
|
||||||
[tool.pdm.scripts]
|
[tool.pdm.scripts]
|
||||||
start = "./manage.py runserver"
|
start = "./manage.py runserver"
|
||||||
fmt.shell = "black . && djlint --reformat ."
|
fmt.shell = "ruff check --fix && ruff format . && djlint --reformat ."
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["pdm-backend"]
|
requires = ["pdm-backend"]
|
||||||
|
Loading…
Reference in New Issue
Block a user