-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add support for enabling/disabling individual error codes #8975
Comments
Mypy can already produce error codes for many of the most common errors ( #7599 is very closely related, but it's a slightly different use case, so let's keep both issues open. Open questions (we only need to resolve the first one before implementation work can start):
Brainstorming for (1): We could call the options |
Can I start working on this? |
@b-thebest That would be awesome, yes please! |
I am new to open source. I want to work on this issue. Please tell how can I fix this issue or what technologies should I learn to fix this issue. |
@jsar3004 To get started, I'd recommend looking at https://github.com/python/mypy/blob/master/README.md and the linked documents. |
Hi @JukkaL, I took a first crack at this in the linked MR. Please let me know if you have any feedback or additional work to be completed for this based on that implementation |
Add ability to enable error codes globally from the command line Add ability to disable error codes globally from the command line Enabling error codes will always override disabling error codes Update documentation to include new flags Fixes #8975.
See #9290 |
From #7511 (comment)
This would also entail giving a specific error code to most error messages
The text was updated successfully, but these errors were encountered: