diff --git a/setup.cfg b/setup.cfg index a45eb50..b693232 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [flake8] -exclude = build,.git -; ignore = E123,E128,E402,W503,E731,W601 +exclude = .git max-line-length = 119 [isort] @@ -13,3 +12,7 @@ not_skip = __init__.py [wheel] universal = 1 + +[coverage:run] +branch=yes +source=nap