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