trivial: Update to hacking 2.x

Fixes an issue we're seeing in the python3-based gate plus some other
random things.

Change-Id: I417c0a7669090ee3419c406024f6f3e3289b4c4b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2020-01-16 15:12:58 +00:00
parent dba41b2532
commit ddbd0ba1d9
8 changed files with 75 additions and 48 deletions

View File

@@ -36,6 +36,6 @@ commands =
commands = {posargs}
[flake8]
ignore = E125,H202,H405,H904
ignore = E125,H202,H405,H904,W504
show-source = True
exclude = .venv,.git,.tox,dist,doc,releasenotes,*lib/python*,*egg,build