Update pyproject.toml

Added some config options
This commit is contained in:
Kristofers Solo 2023-06-26 14:01:40 +00:00
parent d3931e52aa
commit 7166099b72

View File

@ -15,6 +15,21 @@ warn_unused_configs = true
[tool.ruff] [tool.ruff]
line-length = 160 line-length = 160
[tool.black]
line-length = 160
[tool.ruff.flake8-quotes] [tool.ruff.flake8-quotes]
docstring-quotes = "double" docstring-quotes = "double"
[tool.djlint]
close_void_tags = true
format_attribute_template_tags = true
format_css = true
format_js = true
max_line_length = 120
[tool.djlint.css]
indent_size = 4
[tool.djlint.js]
indent_size = 4