Skip to content

Commit

Permalink
Ignore 'import-not-found' for _validate_pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 16, 2024
1 parent 3b6781d commit 3ca45b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ ignore_missing_imports = True
# - pkg_resources tests create modules that won't exists statically before the test is run.
# Let's ignore all "import-not-found" since, if an import really wasn't found, then the test would fail.
# - setuptools._vendor.packaging._manylinux: Mypy issue, this vendored module is already excluded!
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux]
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux,setuptools.config._validate_pyproject.*]
disable_error_code = import-not-found

0 comments on commit 3ca45b7

Please sign in to comment.