flake8: apply E4 rules and ignore E402 in sidetag_hub plugin
This commit is contained in:
parent
0f727a2ab4
commit
1416630e42
2 changed files with 2 additions and 2 deletions
2
.flake8
2
.flake8
|
|
@ -1,5 +1,5 @@
|
|||
[flake8]
|
||||
select = I,C,F,E1,E2,E3
|
||||
select = I,C,F,E1,E2,E3,E4
|
||||
ignore = E266
|
||||
exclude =
|
||||
.git,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue