1
0
mirror of https://github.com/lutris/lutris synced 2024-07-08 11:35:50 +00:00
lutris/.isort.cfg
Maximiliano Sandoval R 77c978ae53 Remove keyring dependency
The file util/keyring.py is not imported anywhere and the keyring
dependency has a big chain of dependencies.
2022-04-11 13:59:56 -07:00

16 lines
245 B
INI

[settings]
line_length=120
multi_line_output=6
skip=
application.py,
;known_deps =
;known_third_party =
known_first_party = lutris
sections =
FUTURE,
STDLIB,
THIRDPARTY,
FIRSTPARTY,
LOCALFOLDER
default_section=THIRDPARTY