We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544b332 commit adc40f2Copy full SHA for adc40f2
mypy.ini
@@ -9,7 +9,7 @@ explicit_package_bases = True
9
exclude = (?x)(
10
^build/
11
| ^.tox/
12
- | ^.egg/
+ | ^.eggs/
13
| ^pkg_resources/tests/data/my-test-package-source/setup.py$ # Duplicate module name
14
| ^.+?/(_vendor|extern)/ # Vendored
15
| ^setuptools/_distutils/ # Vendored
newsfragments/4246.feature.rst
@@ -0,0 +1,4 @@
1
+Improve error message when ``pkg_resources.ZipProvider`` tries to extract resources with a missing Egg -- by :user:`Avasam`
2
+
3
+Added variables and parameter type annotations to ``pkg_resources`` to be nearly on par with typeshed.\* -- by :user:`Avasam`
4
+\* Excluding ``TypeVar`` and ``overload``. Return types are currently inferred.
0 commit comments