From ce98a8e50ba1808d39e9c4df331a86c37b1a0f61 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Sat, 18 Jun 2016 10:24:09 +0200 Subject: [PATCH] mute flake8 f405 check --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) 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