Skip to content

Commit 7ce8147

Browse files
committed
Add mypy section
1 parent b0f22e5 commit 7ce8147

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/test-project/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ dependencies = [
1515
[tool.poetry]
1616
packages = [{include = "test_project", from = "src"}]
1717

18+
[tool.mypy]
19+
mypy_path = "."
20+
files = "."
21+
namespace_packages = true
22+
strict = true
23+
explicit_package_bases = true
1824

1925
[build-system]
2026
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)