Skip to content

Commit d98a9d9

Browse files
committed
Ignore 'import-not-found' for _validate_pyproject
1 parent 4200bf7 commit d98a9d9

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
@@ -31,5 +31,5 @@ ignore_missing_imports = True
3131
# - pkg_resources tests create modules that won't exists statically before the test is run.
3232
# Let's ignore all "import-not-found" since, if an import really wasn't found, then the test would fail.
3333
# - setuptools._vendor.packaging._manylinux: Mypy issue, this vendored module is already excluded!
34-
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux]
34+
[mypy-pkg_resources.tests.*,setuptools._vendor.packaging._manylinux,setuptools.config._validate_pyproject.*]
3535
disable_error_code = import-not-found

0 commit comments

Comments
 (0)