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 8283cb6 commit 0576d60Copy full SHA for 0576d60
mypy.ini
@@ -34,3 +34,8 @@ ignore_missing_imports = True
34
# - setuptools._vendor.packaging._manylinux: Mypy issue, this vendored module is already excluded!
35
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux,setuptools.config._validate_pyproject.*]
36
disable_error_code = import-not-found
37
+
38
+# - The unused-ignore comment in setuptools.config._validate_pyproject.* is probably evaluated differently
39
+# in different versions of Python. Also, this file should already be ignored...
40
+[mypy-setuptools.config._validate_pyproject.*]
41
+disable_error_code = unused-ignore
0 commit comments