Lint: Enhancement of ignoring errors for import pkg_resources (#692)
This enhancement addresses an issue in mypy where it may report missing
pkg_resources even when ignore_missing_imports = True is set and the
package is installed. Adding this configuration ensures that
pkg_resources is properly skipped during type checking.
Co-authored-by:
hongtaozhang <hongtaozhang@microsoft.com>
Showing
Please register or sign in to comment