jkaluza / pungi

Forked from pungi 7 years ago
Clone

c0193c9 Fix flake8 complaints - E501

Authored and Committed by hlin 4 years ago
55 files changed. 337 lines added. 275 lines removed.
pungi/checks.py
file modified
+21 -18
pungi/createiso.py
file modified
+1 -7
pungi/gather.py
file modified
+41 -23
pungi/gather_dnf.py
file modified
+2 -1
pungi/graph.py
file modified
+5 -2
pungi/metadata.py
file modified
+12 -4
pungi/paths.py
file modified
+2 -1
pungi/phases/buildinstall.py
file modified
+2 -1
pungi/phases/createiso.py
file modified
+4 -3
pungi/phases/createrepo.py
file modified
+2 -1
pungi/phases/gather/__init__.py
file modified
+10 -8
pungi/phases/gather/methods/method_deps.py
file modified
+4 -3
pungi/phases/image_build.py
file modified
+4 -3
pungi/phases/init.py
file modified
+1 -1
pungi/phases/live_images.py
file modified
+2 -1
pungi/phases/livemedia_phase.py
file modified
+2 -2
pungi/phases/ostree_installer.py
file modified
+1 -1
pungi/phases/pkgset/pkgsets.py
file modified
+4 -2
pungi/phases/pkgset/sources/source_koji.py
file modified
+2 -2
pungi/scripts/comps_filter.py
file modified
+1 -1
pungi/scripts/pungi.py
file modified
+8 -8
pungi/scripts/pungi_gather.py
file modified
+1 -1
pungi/scripts/pungi_koji.py
file modified
+11 -8
pungi/util.py
file modified
+6 -5
pungi/wrappers/comps.py
file modified
+4 -3
pungi/wrappers/iso.py
file modified
+2 -1
pungi/wrappers/kojiwrapper.py
file modified
+28 -20
pungi/wrappers/lorax.py
file modified
+1 -1
pungi/wrappers/pungi.py
file modified
+2 -1
pungi/wrappers/variants.py
file modified
+5 -3
pungi_utils/unified_isos.py
file modified
+4 -2
setup.py
file modified
+1 -1
tests/test_buildinstall.py
file modified
+4 -4
tests/test_checks.py
file modified
+14 -14
tests/test_compose.py
file modified
+2 -2
tests/test_config.py
file modified
+11 -11
tests/test_createiso_phase.py
file modified
+3 -3
tests/test_createiso_script.py
file modified
+7 -7
tests/test_createrepophase.py
file modified
+4 -4
tests/test_gather.py
file modified
+1 -1
tests/test_gather_method_deps.py
file modified
+2 -2
tests/test_graph.py
file modified
+2 -1
tests/test_imagebuildphase.py
file modified
+21 -21
tests/test_imagechecksumphase.py
file modified
+4 -4
tests/test_iso_wrapper.py
file modified
+8 -4
tests/test_koji_wrapper.py
file modified
+9 -9
tests/test_liveimagesphase.py
file modified
+8 -8
tests/test_livemediaphase.py
file modified
+2 -2
tests/test_osbs_phase.py
file modified
+7 -7
tests/test_ostree_installer_phase.py
file modified
+21 -21
tests/test_ostree_phase.py
file modified
+5 -5
tests/test_ostree_script.py
file modified
+2 -2
tests/test_pkgset_pkgsets.py
file modified
+2 -2
tests/test_repoclosure_wrapper.py
file modified
+1 -1
tests/test_util.py
file modified
+1 -1
    Fix flake8 complaints - E501
    
    E501 line too long (92 > 88 characters)
    E501 line too long (103 > 88 characters)
    ...
    
    JIRA: COMPOSE-4108
    Signed-off-by: Haibo Lin <hlin@redhat.com>
    
        
file modified
+21 -18
file modified
+1 -7
file modified
+41 -23
file modified
+2 -1
file modified
+5 -2
file modified
+12 -4
file modified
+2 -1
file modified
+2 -1
file modified
+4 -3
file modified
+2 -1
file modified
+4 -3
file modified
+1 -1
file modified
+2 -1
file modified
+8 -8
file modified
+11 -8
file modified
+6 -5
file modified
+4 -3
file modified
+2 -1
file modified
+28 -20
file modified
+1 -1
file modified
+2 -1
file modified
+5 -3
file modified
+4 -2
file modified
+1 -1
file modified
+4 -4
file modified
+14 -14
file modified
+2 -2
file modified
+11 -11
file modified
+1 -1
file modified
+2 -1
file modified
+21 -21
file modified
+8 -4
file modified
+9 -9
file modified
+2 -2
file modified
+7 -7
file modified
+5 -5
file modified
+2 -2
file modified
+2 -2
file modified
+1 -1