We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21deb1 commit 9b14228Copy full SHA for 9b14228
pyproject.toml
@@ -40,8 +40,14 @@ typeCheckingMode = "strict"
40
useLibraryCodeForTypes = true
41
42
[tool.pytest.ini_options]
43
-addopts = "--cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood --ignore=bioimageio/core/backends --ignore=bioimageio/core/weight_converters"
+addopts = "--cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood"
44
testpaths = ["bioimageio/core", "tests"]
45
+norecursdirs = [
46
+ ".*",
47
+ "dist",
48
+ "bioimageio/core/backends",
49
+ "bioimageio/core/weight_converters",
50
+]
51
52
[tool.ruff]
53
line-length = 88
0 commit comments