diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..8224adf --- /dev/null +++ b/setup.cfg @@ -0,0 +1,11 @@ +[flake8] +exclude = + .git, + build, + dist + +[pytest] +addopts = -v --cov=onedns --cov-report missing-term + +[coverage:run] +omit = onedns/tests/*