diff --git a/setup.cfg b/setup.cfg index 0ea2f23c..9e2ba04e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [pytest] -addopts = -v --cov pillar --cov-report term-missing +addopts = -v --cov pillar --cov-report term-missing --ignore node_modules [pep8] max-line-length = 100