Skip to content

Commit

Permalink
Add exception to mypy.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 7, 2024
1 parent 86fb000 commit d2b092d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mypy.ini
Expand Up @@ -34,3 +34,8 @@ ignore_missing_imports = True
# - setuptools._vendor.packaging._manylinux: Mypy issue, this vendored module is already excluded!
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux,setuptools.config._validate_pyproject.*]
disable_error_code = import-not-found

# - The unused-ignore comment in setuptools.config._validate_pyproject.* is probably evaluated differently
# in different versions of Python. Also, this file should already be ignored...
[mypy-setuptools.config._validate_pyproject.*]
disable_error_code = unused-ignore

0 comments on commit d2b092d

Please sign in to comment.