foundation.mozilla.org/pyproject.toml

14 строки
264 B
TOML

[tool.black]
line-length = 119
target-version = ['py39']
[tool.djlint]
profile = "django"
use_gitignore = true
[tool.isort]
profile = "black"
extend_skip = ["network-api/media", "network-api/staticfiles"]
skip_gitignore = true
known_first_party = ["networkapi"]