do not lint node stuff

This commit is contained in:
phalt 2016-03-05 11:42:58 +00:00
parent 4bbb7b0a44
commit 291c325e88

View file

@ -1,4 +1,4 @@
[flake8]
exclude=*migrations*,*build.py
exclude=*migrations*,*build.py, *node_modules*
max-line-length = 100