cmsmanage/pyproject.toml

9 lines
168 B
TOML
Raw Normal View History

2022-01-23 23:03:08 -05:00
[tool.black]
extend-exclude = "/migrations/.*.py"
[tool.djlint]
extension = ".dj.html"
indent = 2
blank_line_after_tag = "load,extends"
2022-01-25 00:05:01 -05:00
ignore = "T003,H017,H030,H031"