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 ce9f01d commit 17c812eCopy full SHA for 17c812e
pyproject.toml
@@ -61,7 +61,7 @@ ignore-words-list = "indention"
61
source = ["src", ".tox/*/site-packages"]
62
63
[tool.coverage.report]
64
-exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
+exclude_also = ["pragma: no cover", "if TYPE_CHECKING:"]
65
omit = ["test/*"]
66
# Increase it just so it would pass on any single-python run
67
fail_under = 92
0 commit comments