We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7ddb2 commit 1935c6eCopy full SHA for 1935c6e
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