Update pyproject.toml

This commit is contained in:
Patrick Kanzler 2023-08-14 03:18:29 +02:00 committed by GitHub
parent 8185a7585e
commit 9329372ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ profile = "black"
[tool.pytest.ini_options] [tool.pytest.ini_options]
minversion = "6.0" minversion = "6.0"
addopts = "--doctest-modules" addopts = "--doctest-modules"
testpaths = testpaths = [
test "test",
src "src",
]