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

False positive for HTTP request handler do_METHOD methods #194

Open
djmattyg007 opened this issue Apr 25, 2022 · 1 comment
Open

False positive for HTTP request handler do_METHOD methods #194

djmattyg007 opened this issue Apr 25, 2022 · 1 comment

Comments

@djmattyg007
Copy link

The built-in base HTTP request handler class in http.server asks you to create methods named (for example) do_GET, do_POST, etc. Rule N802 warns about these methods.

@sigmavirus24
Copy link
Member

Given there are mechanisms to ignore this, what do you want from us? As it stands now, you're complaining about intended behavior interacting with barely used standard library method names

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