We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f999a53 commit 401287dCopy full SHA for 401287d
mypy.ini
@@ -1,2 +1,5 @@
1
[mypy]
2
ignore_missing_imports = True
3
+# required to support namespace packages
4
+# https://github.com/python/mypy/issues/14057
5
+explicit_package_bases = True
setup.cfg
@@ -40,8 +40,6 @@ testing =
40
pytest-mypy >= 0.9.1; \
41
# workaround for jaraco/skeleton#22
42
python_implementation != "PyPy"
43
- # workaround for realpython/pytest-mypy#141
44
- mypy < 0.990
45
pytest-enabler >= 1.3
46
47
# local
0 commit comments