diff --git a/copier-template/mypy.ini b/copier-template/mypy.ini index 2f5451e39a5a14e01c362d59a0cedf91d749e4ec..75e360b050e8602f5d27c2901b3bb0452f4c572a 100644 --- a/copier-template/mypy.ini +++ b/copier-template/mypy.ini @@ -7,8 +7,5 @@ explicit_package_bases = True # 3rd party libraries without stubs (yet) -[mypy-pkg_resources.*] -ignore_missing_imports = True - # [mypy-add_your_lib_here.*] # ignore_missing_imports = True