diff --git a/test-requirements.txt b/test-requirements.txt index 7a280b9b212..5f20bd4792b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # Install bounded pep8/pyflakes first, then let flake8 install -hacking>=0.8.0,<0.9 +hacking>=0.9.2,<0.10 coverage>=3.6 discover fixtures>=0.3.14 diff --git a/tox.ini b/tox.ini index 98404315a1a..44931e3a3d3 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,10 @@ commands = commands = {posargs} [flake8] -ignore = E711,E712,F403,H302,H803 +# Due to hacking 0.9.2 following checking are ignored on purpose for now +# E111,E112,E113,E121,E122,E123,E126,E128,E251,E265 +# E713,F403,F841,H302,H305,H307,H402,H405,H803,H904 +ignore = E111,E112,E113,E121,E122,E123,E126,E128,E251,E265,E711,E712,E713,F402,F841,H104,H302,H305,H307,H402,H405,H803,H904 builtins = _ exclude = .git,.venv,.tox,dist,tools,doc,common,*egg,build