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

* Update isort settings * Apply import sorting (isort) on all files in nyaa/ * Fixed Flake8 errors in nyaa/ (see PR for list) * Add isort to lint.sh and requirements.txt
12 lines
226 B
INI
12 lines
226 B
INI
[isort]
|
|
line_length = 100
|
|
not_skip = __init__.py
|
|
default_section = THIRDPARTY
|
|
known_first_party = nyaa
|
|
known_flask =
|
|
flask*,
|
|
jinja2,
|
|
markupsafe,
|
|
werkzeug,
|
|
wtforms
|
|
sections = STDLIB,FLASK,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|