pungi/pungi
Haibo Lin 65aa8fde2f Fix other flake8 complaints
E231 missing whitespace after ','
E265 block comment should start with '# '
E266 too many leading '#' for block comment
E302 expected 2 blank lines, found 1
E501 line too long (115 > 88 characters)
E713 test for membership should be 'not in'
E722 do not use bare 'except'
F812 list comprehension redefines 'g' from line 1499
F821 undefined name 'cmp'
F841 local variable 'ex' is assigned to but never used

JIRA: COMPOSE-4108
Signed-off-by: Haibo Lin <hlin@redhat.com>
2020-02-07 16:14:09 +08:00
..
compose_metadata Format code base with black 2020-02-05 17:35:47 +08:00
ostree Format code base with black 2020-02-05 17:35:47 +08:00
phases Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
scripts Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
wrappers Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
__init__.py Format code base with black 2020-02-05 17:35:47 +08:00
arch.py Format code base with black 2020-02-05 17:35:47 +08:00
arch_utils.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
checks.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
common.py Format code base with black 2020-02-05 17:35:47 +08:00
compose.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
config.py Format code base with black 2020-02-05 17:35:47 +08:00
createiso.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
dnf_wrapper.py Format code base with black 2020-02-05 17:35:47 +08:00
gather.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
gather_dnf.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
graph.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
ks.py Format code base with black 2020-02-05 17:35:47 +08:00
linker.py Format code base with black 2020-02-05 17:35:47 +08:00
media_split.py Format code base with black 2020-02-05 17:35:47 +08:00
metadata.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
module_util.py Move import of modulemd to a separate module 2019-10-03 10:40:31 +02:00
multilib_dnf.py Format code base with black 2020-02-05 17:35:47 +08:00
multilib_yum.py Format code base with black 2020-02-05 17:35:47 +08:00
notifier.py Format code base with black 2020-02-05 17:35:47 +08:00
pathmatch.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
paths.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
profiler.py Format code base with black 2020-02-05 17:35:47 +08:00
runroot.py Format code base with black 2020-02-05 17:35:47 +08:00
util.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00