mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-10-31 23:15:54 +00:00
b992467dad
* 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
13 lines
226 B
INI
13 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
|