Skip to content

Commit 0576d60

Browse files
committed
Add exception to mypy.ini
1 parent 8283cb6 commit 0576d60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mypy.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ ignore_missing_imports = True
3434
# - setuptools._vendor.packaging._manylinux: Mypy issue, this vendored module is already excluded!
3535
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux,setuptools.config._validate_pyproject.*]
3636
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

Comments
 (0)