13 lines
359 B
INI
13 lines
359 B
INI
|
[settings]
|
||
|
balanced_wrapping=true
|
||
|
combine_as_imports=true
|
||
|
force_add=true
|
||
|
force_grid_wrap=0
|
||
|
include_trailing_comma=true
|
||
|
indent=' '
|
||
|
line_length=60
|
||
|
multi_line_output=3
|
||
|
not_skip=__init__.py
|
||
|
known_third_party = django, django_extensions, environ, factory, faker, pytz, rest_framework, test_plus
|
||
|
known_first_party = blog, config, contact, organizer, suorganizer
|