mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-11-07 08:44:04 +01:00
25542f929e
Will fail build if imports are not sorted correctly
20 lines
418 B
INI
20 lines
418 B
INI
[settings]
|
|
src_paths=helpdesk
|
|
skip_glob=migrations/*
|
|
skip=migrations
|
|
multi_line_output=3
|
|
line_length=120
|
|
use_parentheses=true
|
|
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
|
lines_after_imports=2
|
|
lines_before_imports=1
|
|
balanced_wrapping=true
|
|
lines_between_types=1
|
|
combine_as_imports=true
|
|
force_alphabetical_sort=true
|
|
skip_gitignore=true
|
|
force_sort_within_sections=true
|
|
group_by_package=false
|
|
from_first=true
|
|
|