lutris/.isort.cfg
Alexandru-Rudi Mățău db40d7e0cc Minor update to configs
2020-04-27 19:52:01 +03:00

28 lines
552 B
INI

[settings]
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