Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N816 does not make sense #192

Closed
abcdenis opened this issue Jan 28, 2022 · 1 comment
Closed

N816 does not make sense #192

abcdenis opened this issue Jan 28, 2022 · 1 comment

Comments

@abcdenis
Copy link

Hi,
it triggers on mixed case names only but description points to PEP8 which requires global variables to be upper-cased.
https://www.python.org/dev/peps/pep-0008/#constants

As a result, pep8-naming won't find errors in

name = 'GLOBAL VAR'
print(name)

It will be nice to check global variables for upper case only.

@sigmavirus24
Copy link
Member

Duplicate of #49

@sigmavirus24 sigmavirus24 marked this as a duplicate of #49 Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants