mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
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>
12 lines
189 B
TOML
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"]
|