diff --git a/setup.cfg b/setup.cfg index ca98a64..5a3b63c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov attract --cov-report term-missing --ignore node_modules +addopts = -v --cov attract --cov-report term-missing --ignore node_modules -x --ff [pep8] max-line-length = 100