mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 07:26:54 +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