Skip to content

extension-pkg-allow-list seems to be ignored #10662

@Conkey100

Description

@Conkey100

Bug description

All of the directives in the .pylintrc file are honoured except extension-pkg-allow-list.

# Example
from wx import MessageBox

Configuration

[MAIN]

extension-pkg-allow-list=wx

Command used

It is built into my IDE (Spyder v6.1)

Pylint output

No name 'MessageBox' in module 'wx'

Expected behavior

It should read the wx module and only flag miss-spelled, incorrect, etc. members

Pylint version

pylint 3.3.8
astroid 3.3.11
Python 3.12.11 | packaged by conda-forge | (main, Jun  4 2025, 14:45:31) [GCC 13.3.0]

OS / Environment

Mint 22.1 Cinnamon

Additional dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs investigation 🔬A bug or crash where it's not immediately obvious what is happenning

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions