We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4200bf7 commit d98a9d9Copy full SHA for d98a9d9
mypy.ini
@@ -31,5 +31,5 @@ ignore_missing_imports = True
31
# - pkg_resources tests create modules that won't exists statically before the test is run.
32
# Let's ignore all "import-not-found" since, if an import really wasn't found, then the test would fail.
33
# - setuptools._vendor.packaging._manylinux: Mypy issue, this vendored module is already excluded!
34
-[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux]
+[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux,setuptools.config._validate_pyproject.*]
35
disable_error_code = import-not-found
0 commit comments