Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 1, 2024
1 parent d3bc4a1 commit c07e5e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c07e5e5

Please sign in to comment.