'Constant name doesn't conform' warning on global
statement instead of declaration
#8307
Labels
Milestone
global
statement instead of declaration
#8307
Bug description
Configuration
No response
Command used
Pylint output
Expected behavior
Pylint should warn about the 'incorrect' variable name on line 3, where the variable is defined, not line 11, where it is used in a
global
statement.Pylint version
OS / Environment
Windows 10
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: