Add F999 ignore to flake8

This commit is contained in:
Alexandre Provencio 2016-07-05 22:04:10 -03:00
parent a628d98f54
commit 3503ead45c

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