mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Do not exclude __init__.py from isort
This commit is contained in:
parent
c93e3b0e55
commit
ba52cf51e0
@ -5,3 +5,4 @@ lines_after_imports=2
|
||||
add_imports=from __future__ import unicode_literals
|
||||
sections=FUTURE,STDLIB,THIRDPARTY,INDICO,FIRSTPARTY,LOCALFOLDER
|
||||
known_indico=indico
|
||||
not_skip=__init__.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user