Add basic config for isort

This commit is contained in:
Kfir Hadas 2017-06-23 18:03:01 +03:00
parent 1fa3e6ae46
commit e7d304a10b
1 changed files with 6 additions and 0 deletions

6
setup.cfg Normal file
View 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