This commit is contained in:
Reid 'arrdem' McKenzie 2021-09-19 18:05:22 -06:00
commit 3bedbf7f05
28 changed files with 195 additions and 57 deletions

View file

@ -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