Continue on errors in pdm run fmt

This commit is contained in:
Adam Goldsmith 2024-03-08 16:10:33 -05:00
parent 58cc8cb2f8
commit 53e5ceea89

View File

@ -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"]