django-polymorphic/pyproject.toml

22 lines
314 B
TOML
Raw Normal View History

[build-system]
requires = [
"setuptools",
# TODO: look into using python-babel instead of requiring django at build time
"django>=2.1", # for makemessages
]
[tool.isort]
profile = "black"
line_length = 99
[tool.black]
line-length = 99
exclude = '''
/(
\.git
| \.tox
| \.venv
| dist
)/
'''