Have flake8 ignore node_modules/

This commit is contained in:
Audrey Roy Greenfeld 2015-09-24 00:33:33 -07:00
parent c35a2ece8a
commit 8fa150a81f

View File

@ -1,4 +1,4 @@
[flake8]
#ignore = E265
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules