48dfdf4 Fix all flake8 errors

Authored and Committed by abompard 7 years ago
39 files changed. 300 lines added. 252 lines removed.
check-cache-coverage.py
file modified
+0 -1
check-queue-length.py
file modified
+4 -4
delete-user.py
file modified
+9 -10
docs/conf.py
file modified
+2 -2
fedmsg.d/base.py
file modified
+4 -6
fedmsg.d/testconfig.py
file modified
+4 -2
hubs/app.py
file modified
+12 -17
hubs/backend/triage.py
file modified
+12 -12
hubs/backend/worker.py
file modified
+12 -12
hubs/default_config.py
file modified
+2 -1
hubs/defaults.py
file modified
+3 -3
hubs/migrations/env.py
file modified
+8 -7
hubs/migrations/versions/1d660b32b83a_hub_config.py
file modified
+18 -9
hubs/models.py
file modified
+24 -22
hubs/stream.py
file modified
+1 -1
hubs/tests/test_api/test_hub.py
file modified
+0 -2
hubs/tests/test_api/test_notifications.py
file modified
+0 -1
hubs/tests/test_fedora_hubs_flask_api.py
file modified
+2 -1
hubs/tests/test_widget_base.py
file modified
+12 -4
hubs/tests/test_widget_validators.py
file modified
+2 -4
hubs/tests/test_widgets/__init__.py
file modified
+2 -7
hubs/tests/test_widgets/test_about.py
file modified
+0 -2
hubs/tests/test_widgets/test_badges.py
file modified
+6 -4
hubs/tests/test_widgets/test_library.py
file modified
+1 -0
hubs/utils.py
file modified
+0 -2
hubs/views/__init__.py
file modified
+2 -0
hubs/views/api.py
file modified
+0 -1
hubs/views/hub.py
file modified
+1 -1
hubs/views/root.py
file modified
+3 -2
hubs/views/user.py
file modified
+8 -5
hubs/widgets/caching.py
file modified
+1 -0
hubs/widgets/github_pr/__init__.py
file modified
+1 -1
hubs/widgets/validators.py
file modified
+1 -2
populate-from-fas.py
file modified
+4 -4
populate.py
file modified
+132 -90
runserver.py
file modified
+1 -2
setup.py
file modified
+3 -3
smart_cache_invalidator.py
file modified
+2 -4
tox.ini
file modified
+1 -1
    Fix all flake8 errors
    
        
file modified
+0 -1
file modified
+4 -4
file modified
+9 -10
file modified
+2 -2
file modified
+4 -6
file modified
+4 -2
file modified
+12 -17
file modified
+12 -12
file modified
+12 -12
file modified
+2 -1
file modified
+3 -3
file modified
+8 -7
file modified
+24 -22
file modified
+1 -1
file modified
+0 -2
file modified
+2 -0
file modified
+0 -1
file modified
+1 -1
file modified
+3 -2
file modified
+8 -5
file modified
+1 -0
file modified
+1 -2
file modified
+4 -4
file modified
+132 -90
file modified
+1 -2
file modified
+3 -3
file modified
+2 -4
file modified
+1 -1