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.
mypy_path = "src"
1 parent b8a1fbb commit 840ce1eCopy full SHA for 840ce1e
1 file changed
pyproject.toml
@@ -347,6 +347,7 @@ ignore = [
347
[tool.mypy]
348
python_version = "3.11"
349
ignore_missing_imports = true
350
+mypy_path = "src"
351
namespace_packages = false
352
353
strict = true
0 commit comments