Ignore some djlint rules

This commit is contained in:
Adam Goldsmith 2022-01-25 00:05:01 -05:00
parent 813e432399
commit edc66865e0

View File

@ -5,3 +5,4 @@ extend-exclude = "/migrations/.*.py"
extension = ".dj.html"
indent = 2
blank_line_after_tag = "load,extends"
ignore = "T003,H017,H030,H031"