Add F999 ignore to flake8

This commit is contained in:
Alexandre Provencio 2016-08-31 12:58:16 -03:00
parent 043ff3d8dc
commit 2119fdbf2a

View File

@ -1,6 +1,7 @@
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
ignore = F999
[pep8]
max-line-length = 120