mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
isort: Our flask exts are thirdparty
Even when installed in editable mode!
This commit is contained in:
parent
983e24d36f
commit
6302de5ec2
@ -4,6 +4,7 @@ multi_line_output=0
|
||||
lines_after_imports=2
|
||||
add_imports=from __future__ import unicode_literals
|
||||
sections=FUTURE,STDLIB,THIRDPARTY,INDICO,FIRSTPARTY,LOCALFOLDER
|
||||
known_third_party=flask_multipass,flask_pluginengine
|
||||
known_indico=indico
|
||||
skip_glob=20??????????_*_*.py
|
||||
not_skip=__init__.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user