flake8: apply E265 for util/koji-*

This commit is contained in:
Yuming Zhu 2020-02-26 01:52:51 +08:00
parent 0a0ee577ec
commit 450f9249cd
4 changed files with 193 additions and 193 deletions

View file

@ -1,5 +1,5 @@
[flake8]
select = I,C,F
select = I,C,F,E265
exclude =
.git,
__pycache__,