Merge pull request #1068 from epfl-scitas/fixes/flake8_no_f405

Flake8: ignore F405
This commit is contained in:
Todd Gamblin 2016-06-16 17:13:01 -07:00 committed by GitHub
commit f351e011d1

View file

@ -19,5 +19,5 @@
# - F999: name name be undefined or undefined from star imports.
#
[flake8]
ignore = E221,E241,E731,F403,F821,F999
ignore = E221,E241,E731,F403,F821,F999,F405
max-line-length = 79