diff --git a/.isort.cfg b/.isort.cfg index f565623..d7236d1 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -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