Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
LGTM. :thumbsup:
It shouldn't matter since the config is loaded after the environment variable is set, but looks fine regardless
rebased onto e5f4ce61a43e0718ae64265b67f951ca24a7efa3
Pull-Request has been merged by pingou
I think this causes a new flake8 error:
/code/pagure/hooks/files/default_hook.py:18:1: E402 module level import not at top of file
Obvious fix is to add another # noqa: E402...
# noqa: E402
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com