-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Needs investigation 🔬A bug or crash where it's not immediately obvious what is happenningA bug or crash where it's not immediately obvious what is happenning
Description
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
Labels
Needs investigation 🔬A bug or crash where it's not immediately obvious what is happenningA bug or crash where it's not immediately obvious what is happenning