1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 15:26:56 +02:00
SynthoriaArchive/setup.cfg

13 lines
226 B
INI
Raw Normal View History

2017-06-23 18:03:01 +03:00
[isort]
line_length = 100
not_skip = __init__.py
2017-06-23 18:03:01 +03:00
default_section = THIRDPARTY
known_first_party = nyaa
known_flask =
flask*,
jinja2,
markupsafe,
werkzeug,
wtforms
2017-06-23 18:03:01 +03:00
sections = STDLIB,FLASK,THIRDPARTY,FIRSTPARTY,LOCALFOLDER