diff --git a/tox.ini b/tox.ini index deb1dd503..fc01c302b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,3 +10,6 @@ deps = pytest-cookies sh commands = py.test {posargs:tests} + +[flake8] +ignore = F405