django-project-structure/pyproject.toml

6 lines
108 B
TOML
Raw Normal View History

[tool.black]
line-length = 79
target-version = ['py39']
include = '\.pyi?$'
extend-exclude = 'migrations/*'