Skip to content

Commit

Permalink
remove mypy ignore_missing_imports = True
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerYep committed Jun 7, 2021
1 parent de9dfc2 commit f6b26d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ include_package_data = True

[mypy]
strict = True
ignore_missing_imports = True
allow_untyped_calls = True
show_error_codes = True
warn_unused_configs = True

[mypy-problems.*]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" setup.py """
from setuptools import setup
from setuptools import setup # type: ignore[import]

setup()

0 comments on commit f6b26d4

Please sign in to comment.