We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c043ef commit 0492fe1Copy full SHA for 0492fe1
1 file changed
pyproject.toml
@@ -82,10 +82,10 @@ warn_unused_configs = true
82
ignore_missing_imports = true
83
strict = true
84
exclude = ["tests/"]
85
-# Fix for module path conflicts: Run mypy from src/ directory
86
-# This avoids conflicts between installed package and source code
87
-check_untyped_defs = true
88
-# Configuration works when run as: cd src && mypy contextcraft
+mypy_path = "src"
+packages = ["contextcraft"]
+namespace_packages = true
+explicit_package_bases = true
89
90
# Configuration for Pytest (optional, many things are auto-discovered)
91
[tool.pytest.ini_options]
0 commit comments