Fmt.
This commit is contained in:
parent
dea064ff13
commit
3bedbf7f05
28 changed files with 195 additions and 57 deletions
10
setup.cfg
10
setup.cfg
|
@ -1,21 +1,17 @@
|
|||
[isort]
|
||||
line_length = 100
|
||||
line_length = 50
|
||||
indent = 4
|
||||
# 1/Vertical
|
||||
multi_line_output = 3
|
||||
lines_after_imports = 2
|
||||
default_section = THIRDPARTY
|
||||
known_localfolder = datalog
|
||||
sections = [
|
||||
FUTURE,
|
||||
STDLIB,
|
||||
LOCALFOLDER,
|
||||
THIRDPARTY,
|
||||
]
|
||||
sections = FUTURE,STDLIB,LOCALFOLDER,THIRDPARTY,
|
||||
|
||||
force_sort_within_sections = 1
|
||||
force_alphabetical_sort_within_sections = 1
|
||||
combine_as_imports = 1
|
||||
include_trailing_comma = 1
|
||||
|
||||
[distutils]
|
||||
index-servers = pypi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue