Skip to content

Commit 18d8c93

Browse files
committed
fix cli
1 parent 50a9904 commit 18d8c93

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cli/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ known-first-party = ["cli"]
4444

4545
[tool.mypy]
4646
python_version = "3.11"
47-
mypy_path = "src"
4847
warn_return_any = true
4948
warn_unused_configs = true
5049
warn_unused_ignores = true
51-
namespace_packages = true
52-
explicit_package_bases = true
5350

5451
[[tool.mypy.overrides]]
5552
module = "infrastructure.*"

0 commit comments

Comments
 (0)