Merge "Ignore node_modules in flake8"

This commit is contained in:
Zuul 2018-03-16 16:16:04 +00:00 committed by Gerrit Code Review
commit 41f92a5b9b
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ commands = python setup.py test --slowest --testr-args='--concurrency=1 {posargs
# please don't submit patches that solely correct them or enable them.
ignore = E124,E125,E129,E402,E741,H,W503
show-source = True
exclude = .venv,.tox,dist,doc,build,*.egg
exclude = .venv,.tox,dist,doc,build,*.egg,node_modules