-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
undefined-variable regression since 2.6.0 #7720
Copy link
Copy link
Open
Labels
C: undefined-variableIssues related to 'undefined-variable' checkIssues related to 'undefined-variable' checkDecoratorsFalse Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the code
Metadata
Metadata
Assignees
Labels
C: undefined-variableIssues related to 'undefined-variable' checkIssues related to 'undefined-variable' checkDecoratorsFalse Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the code
Bug description
Since 2.6.0 pylint reports a false positive
undefined-variablewarning when local decorators are used for a class inside a class.Configuration
No response
Command used
Pylint output
Expected behavior
No undefined-variable warning
Pylint version
OS / Environment
ubuntu 22.04
Additional dependencies
No response