Continue on errors in pdm run fmt
This commit is contained in:
parent
58cc8cb2f8
commit
53e5ceea89
@ -132,7 +132,7 @@ dev = [
|
||||
|
||||
[tool.pdm.scripts]
|
||||
start = "./manage.py runserver"
|
||||
fmt.shell = "ruff check --fix && ruff format . && djlint --reformat ."
|
||||
fmt.shell = "ruff check --fix ; ruff format . ; djlint --reformat ."
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
|
Loading…
Reference in New Issue
Block a user