Introduce inspection that suggests to install stub packages (PY-31244, PY-31851)

This commit is contained in:
Semyon Proshev
2018-10-11 18:02:19 +03:00
parent be862560c0
commit de510c65a9
4 changed files with 274 additions and 1 deletions
@@ -0,0 +1,8 @@
<html>
<body>
Advertises stub packages.
<p>
Stub package is a package that contains type information for the corresponding runtime package.
See <a href="https://www.python.org/dev/peps/pep-0561/">PEP 561</a> for more details.
</body>
</html>