mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
* updated package setup * updated to use python 3.9 * fixed test runner * fixed typecheck tests * fixed discrepencies * added override to runner * updated travis * updated pre-commit hooks * updated dep
9 lines
135 B
TOML
9 lines
135 B
TOML
[tool.black]
|
|
line-length = 120
|
|
include = '\.pyi?$'
|
|
|
|
[tool.isort]
|
|
line_length = 120
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|