diff --git a/setup.cfg b/setup.cfg index 13262af..46af3dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,20 +8,20 @@ include = quantile_forest* test = pytest [tool:pytest] -testpaths = quantile_forest addopts = - --doctest-modules - --disable-pytest-warnings --color=yes + --disable-pytest-warnings + --doctest-modules +testpaths = quantile_forest [flake8] -max-line-length = 99 -ignore = E203, E402, E731, W503 -select = B,C,E,F,W,T4,B9 exclude = .git, build, __pycache__ +ignore = E203, E402, E731, W503 +max-line-length = 99 +select = B,C,E,F,W,T4,B9 [metadata] description_file = README.md