flake8: apply E4 rules and ignore E402 in sidetag_hub plugin

This commit is contained in:
Yuming Zhu 2020-02-26 02:37:38 +08:00
parent 0f727a2ab4
commit 1416630e42
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[flake8]
select = I,C,F,E1,E2,E3
select = I,C,F,E1,E2,E3,E4
ignore = E266
exclude =
.git,

View file

@ -7,7 +7,7 @@ import koji
from koji.context import context
from koji.plugin import callback, export
sys.path.insert(0, "/usr/share/koji-hub/")
from kojihub import (
from kojihub import ( # noqa: F402
QueryProcessor,
_create_build_target,
_create_tag,