flake8 cleanup

Signed-off-by: Martin Curlej <mcurlej@redhat.com>

removed some noqa tags
This commit is contained in:
Martin Curlej
2017-10-24 15:48:29 +02:00
parent eedf0a1684
commit 60b3d97c97
40 changed files with 297 additions and 221 deletions

View File

@@ -35,7 +35,7 @@ commands =
basepython = python2
skip_install = true
deps = flake8
commands = flake8 --ignore E501,E731
commands = flake8 --ignore E731 --exclude .tox,.git,module_build_service/migrations
ignore_outcome = True
[testenv:bandit]