Files
django-stubs/pyproject.toml
Anders Kaseorg 041b66a6aa Prevent building an editable wheel with setuptools<64 (#1123)
This seems to be needed for passing CI now.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-08-26 11:55:41 +03:00

12 lines
189 B
TOML

[tool.black]
line-length = 120
include = '\.pyi?$'
[tool.isort]
line_length = 120
multi_line_output = 3
include_trailing_comma = true
[build-system]
requires = ["setuptools<64", "wheel"]