Skip to content

Commit 2d31c5c

Browse files
committed
fixup mypy pyproject options
1 parent e8269e3 commit 2d31c5c

File tree

1 file changed

+5
-0
lines changed
  • tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test

1 file changed

+5
-0
lines changed

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ disable = [
131131
[tool.pytest.ini_options]
132132
testpaths = ["pytests"]
133133

134+
[tool.mypy]
135+
explicit_package_bases = true
136+
namespace_packages = true
137+
strict = true
138+
134139
[tool.setuptools.package-dir]
135140
"" = "py"
136141

0 commit comments

Comments
 (0)