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