Skip to content

Commit 2545186

Browse files
committed
fix: disable mypy implicit-reexport checking
This is required until python/mypy#8754 is fixed.
1 parent 69cc27b commit 2545186

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
@@ -90,6 +90,7 @@ profile = "black"
9090
[tool.mypy]
9191
exclude = "^.*tests.*$"
9292
ignore_missing_imports = "True"
93+
implicit_reexport = "True"
9394
strict = "True"
9495

9596
[tool.pylint.format]

0 commit comments

Comments
 (0)