Skip to content

Commit

Permalink
fix: disable mypy implicit-reexport checking
Browse files Browse the repository at this point in the history
This is required until python/mypy#8754 is
fixed.
  • Loading branch information
pyoor committed Jun 24, 2021
1 parent 69cc27b commit 2545186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ profile = "black"
[tool.mypy]
exclude = "^.*tests.*$"
ignore_missing_imports = "True"
implicit_reexport = "True"
strict = "True"

[tool.pylint.format]
Expand Down

0 comments on commit 2545186

Please sign in to comment.