cmsmanage/pyproject.toml

9 lines
168 B
TOML

[tool.black]
extend-exclude = "/migrations/.*.py"
[tool.djlint]
extension = ".dj.html"
indent = 2
blank_line_after_tag = "load,extends"
ignore = "T003,H017,H030,H031"