25fb4e6 PR#2049: extending flake8 rules

Merged and Committed by mikem 4 years ago
45 files changed. 5162 lines added. 3881 lines removed.
.flake8
file modified
+31 -17
builder/kojid
file modified
+794 -646
builder/mergerepos
file modified
+36 -29
cli/koji
file modified
+23 -21
cli/koji_cli/commands.py
file modified
+775 -609
cli/koji_cli/lib.py
file modified
+75 -65
docs/source/writing_koji_code.rst
file modified
+13 -2
hub/kojihub.py
file modified
+1347 -1003
hub/kojixmlrpc.py
file modified
+65 -45
koji/__init__.py
file modified
+314 -212
koji/arch.py
file modified
+57 -38
koji/auth.py
file modified
+68 -55
koji/context.py
file modified
+3 -2
koji/daemon.py
file modified
+142 -100
koji/db.py
file modified
+11 -5
koji/plugin.py
file modified
+36 -30
koji/policy.py
file modified
+17 -13
koji/rpmdiff.py
file modified
+44 -42
koji/server.py
file modified
+2 -0
koji/tasks.py
file modified
+106 -73
koji/util.py
file modified
+18 -15
koji/xmlrpcplus.py
file modified
+3 -4
plugins/builder/runroot.py
file modified
+58 -42
plugins/cli/runroot.py
file modified
+25 -17
plugins/cli/save_failed_tree.py
file modified
+9 -7
plugins/cli/sidetag_cli.py
file modified
+3 -3
plugins/hub/protonmsg.py
file modified
+12 -0
plugins/hub/rpm2maven.py
file modified
+3 -3
plugins/hub/runroot_hub.py
file modified
+9 -9
plugins/hub/save_failed_tree.py
file modified
+7 -7
plugins/hub/sidetag_hub.py
file modified
+13 -14
setup.py
file modified
+9 -8
test-requirements.txt
file added
+6
tests/test_cli/test_list_tagged.py
file modified
+1 -1
util/koji-gc
file modified
+118 -96
util/koji-shadow
file modified
+261 -260
util/koji-sidetag-cleanup
file modified
+18 -15
util/koji-sweep-db
file modified
+10 -7
util/kojira
file modified
+95 -86
vm/fix_kojikamid.sh
file modified
+3 -3
vm/kojikamid.py
file modified
+74 -48
vm/kojivmd
file modified
+103 -70
www/kojiweb/index.py
file modified
+247 -111
www/kojiweb/wsgi_publisher.py
file modified
+16 -13
www/lib/kojiweb/util.py
file modified
+82 -35
    PR#2049: extending flake8 rules
    
    Merges #2049
    https://pagure.io/koji/pull-request/2049
    
    Fixes: #2050
    https://pagure.io/koji/issue/2050
    extending flake8 rules
    
        
file modified
+31 -17
file modified
+794 -646
file modified
+36 -29
file modified
+23 -21
file modified
+775 -609
file modified
+75 -65
file modified
+1347 -1003
file modified
+65 -45
file modified
+314 -212
file modified
+57 -38
file modified
+68 -55
file modified
+3 -2
file modified
+142 -100
file modified
+11 -5
file modified
+36 -30
file modified
+17 -13
file modified
+44 -42
file modified
+2 -0
file modified
+106 -73
file modified
+18 -15
file modified
+3 -4
file modified
+58 -42
file modified
+25 -17
file modified
+3 -3
file modified
+12 -0
file modified
+3 -3
file modified
+9 -9
file modified
+13 -14
file modified
+9 -8
file modified
+118 -96
file modified
+261 -260
file modified
+18 -15
file modified
+10 -7
file modified
+95 -86
file modified
+3 -3
file modified
+74 -48
file modified
+103 -70
file modified
+247 -111
file modified
+16 -13
file modified
+82 -35