mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
10 lines
260 B
INI
10 lines
260 B
INI
[isort]
|
|
line_length=120
|
|
multi_line_output=0
|
|
lines_after_imports=2
|
|
sections=FUTURE,STDLIB,THIRDPARTY,INDICO,FIRSTPARTY,LOCALFOLDER
|
|
known_third_party=flask_multipass,flask_pluginengine
|
|
known_first_party=indico_*
|
|
known_indico=indico
|
|
skip_glob=20??????????_*_*.py
|