Ignore all failing pep8 style warnings
Change-Id: If4e2f74ed1b2637937a1a624caedc4927e76b8c7
Reviewed-on: https://review.gerrithub.io/379374
Reviewed-by: Tatyanka Leontovich <tleontovich@mirantis.com>
Tested-by: Tatyanka Leontovich <tleontovich@mirantis.com>
diff --git a/tox.ini b/tox.ini
index e25d14c..122d612 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@
flake8 {posargs:.}
[flake8]
-ignore = H302,H802
+ignore = E241,E305,E231,E306,E302,E265,E122,E128,E501,E127,E226,F401,F403,F821,H302,H802,W293,W391,W292
exclude = .venv,.git,.tox,dist,doc,*egg,build,local,./lib
show-pep8 = True
show-source = True