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