Skip to content

Commit 3ca45b7

Browse files
committed
Ignore 'import-not-found' for _validate_pyproject
1 parent 3b6781d commit 3ca45b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ ignore_missing_imports = True
3232
# - pkg_resources tests create modules that won't exists statically before the test is run.
3333
# Let's ignore all "import-not-found" since, if an import really wasn't found, then the test would fail.
3434
# - setuptools._vendor.packaging._manylinux: Mypy issue, this vendored module is already excluded!
35-
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux]
35+
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux,setuptools.config._validate_pyproject.*]
3636
disable_error_code = import-not-found

0 commit comments

Comments
 (0)