mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
19 lines
254 B
INI
19 lines
254 B
INI
[isort]
|
|
skip =
|
|
django-sources
|
|
django-stubs
|
|
test-data
|
|
include_trailing_comma = true
|
|
multi_line_output = 5
|
|
wrap_length = 120
|
|
|
|
[flake8]
|
|
exclude =
|
|
django-sources
|
|
django-stubs
|
|
test-data
|
|
max_line_length = 120
|
|
|
|
[metadata]
|
|
license_file = LICENSE.txt
|