Skip to content

Commit ca94efe

Browse files
committed
Set mypy explicit_package_bases to true
1 parent 5fc0517 commit ca94efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ warn_return_any = true
163163
warn_unreachable = true
164164
files = ["pytensor", "tests"]
165165
plugins = ["numpy.typing.mypy_plugin"]
166+
explicit_package_bases = true
166167

167168
[tool.cibuildwheel]
168169
build = "*"

0 commit comments

Comments
 (0)