mute flake8 f405 check

This commit is contained in:
Jannis Gebauer 2016-06-18 10:24:09 +02:00
parent 016661fd1a
commit ce98a8e50b

View File

@ -10,3 +10,6 @@ deps =
pytest-cookies pytest-cookies
sh sh
commands = py.test {posargs:tests} commands = py.test {posargs:tests}
[flake8]
ignore = F405