diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-15 11:50:18 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-15 11:50:18 +0100 |
commit | a6e798d147ed5f8c653def9fa4bcb1e50f7687c8 (patch) | |
tree | b427471ad1a9f6e7e319761757e324a8ad6b98c4 /pyproject.toml | |
parent | f3a97a063b4158ecd803555c36a7807a02133781 (diff) |
Adds my custom.scss file and new boostrap compiled files
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 62246ce..55b6a45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ close_void_tags = true format_css = true format_js = true # TODO: remove T002 when fixed https://github.com/djlint/djLint/issues/687 -ignore = "H006,H030,H031,T002" +ignore = "H006,H030,H031,T002,H021" include = "H017,H035" indent = 2 max_line_length = 119 @@ -77,6 +77,8 @@ exclude = [ "node_modules", "venv", "bootstrap", + "static/bootstrap/css", + "static/bootstrap/js", "*/migrations/*.py", "staticfiles/*" ] |