diff --git a/pyproject.toml b/pyproject.toml index 56f443f..fc61384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,3 +5,4 @@ extend-exclude = "/migrations/.*.py" extension = ".dj.html" indent = 2 blank_line_after_tag = "load,extends" +ignore = "T003,H017,H030,H031"