Skip to content

Commit

Permalink
Apply explicit_package_bases for mypy and unpin the version. Ref pyth…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 10, 2022
1 parent f999a53 commit 401287d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions mypy.ini
@@ -1,2 +1,5 @@
[mypy]
ignore_missing_imports = True
# required to support namespace packages
# https://github.com/python/mypy/issues/14057
explicit_package_bases = True
2 changes: 0 additions & 2 deletions setup.cfg
Expand Up @@ -40,8 +40,6 @@ testing =
pytest-mypy >= 0.9.1; \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
# workaround for realpython/pytest-mypy#141
mypy < 0.990
pytest-enabler >= 1.3

# local
Expand Down

0 comments on commit 401287d

Please sign in to comment.