Inspectopedia 2025.2 Help

Stub packages advertiser

Reports availability of stub packages.

Stub package is a package that contains type information for the corresponding runtime package.

Using stub packages ensures better coding assistance for the corresponding python package.

Locating this inspection

By ID

Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.

PyStubPackagesAdvertiser
Via Settings dialog

Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.

Settings or Preferences | Editor | Inspections | Python

Inspection ID: PyStubPackagesAdvertiser

Inspection options

Here you can find the description of settings available for the Stub packages advertiser inspection, and the reference of their default values.

Ignored stub packages

Option ID:

ignoredPackages

Default value:

None

Suppressing Inspection

You can suppress this inspection by placing the following comment marker before the code fragment where you no longer want messages from this inspection to appear:

//noinspection PyStubPackagesAdvertiser

More detailed instructions as well as other ways and options that you have can be found in the product documentation:

Last modified: 18 September 2025