mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
Add basic config for isort
This commit is contained in:
parent
1fa3e6ae46
commit
e7d304a10b
1 changed files with 6 additions and 0 deletions
6
setup.cfg
Normal file
6
setup.cfg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[isort]
|
||||||
|
line_length = 100
|
||||||
|
default_section = THIRDPARTY
|
||||||
|
known_first_party = nyaa
|
||||||
|
known_flask = flask, flask_wtf, flask_paginate, jinja2, werkzeug
|
||||||
|
sections = STDLIB,FLASK,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
Loading…
Add table
Reference in a new issue