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 0b49100 commit f0d19c9Copy full SHA for f0d19c9
1 file changed
pyproject.toml
@@ -57,6 +57,9 @@ arg-type-hints-in-docstring = false
57
check-return-types = false
58
skip-checking-raises = true
59
60
+[tool.pytest.ini_options]
61
+testpaths = ["tests"]
62
+
63
[tool.mypy]
64
check_untyped_defs = true
65
0 commit comments