lutris/.isort.cfg

28 lines
552 B
INI
Raw Normal View History

[settings]
2020-04-26 14:34:56 +00:00
line_length=120
multi_line_output=6
skip=
application.py,
keyring.py
;not_skip=
;known_deps =
;known_third_party =
known_first_party = lutris
sections =
FUTURE,
FUTURE_LIBRARY,
STDLIB,
THIRDPARTY
DEPS,
FIRSTPARTY,
LOCALFOLDER
min-similarity-lines=5
default_section=THIRDPARTY
ignore-comments=yes
ignore-docstrings=yes
ignore-imports=yes
import_heading_stdlib=Standard Library
import_heading_firstparty=Lutris Modules
import_heading_thirdparty=Third Party Libraries
import_heading_deps=Lutris Dependencies