mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-04 14:52:11 +00:00
Update pyproject.toml
Added some config options
This commit is contained in:
@@ -15,6 +15,21 @@ warn_unused_configs = true
|
||||
[tool.ruff]
|
||||
line-length = 160
|
||||
|
||||
[tool.black]
|
||||
line-length = 160
|
||||
|
||||
[tool.ruff.flake8-quotes]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user