From 291c325e88b9e322ea43d00d68a775fabee4502d Mon Sep 17 00:00:00 2001 From: phalt Date: Sat, 5 Mar 2016 11:42:58 +0000 Subject: [PATCH] do not lint node stuff --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 60aa4f71..4a918737 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [flake8] -exclude=*migrations*,*build.py +exclude=*migrations*,*build.py, *node_modules* max-line-length = 100