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

[TODO] Get rid of the disabled MyPy error codes #923

Open
webknjaz opened this issue Jan 16, 2024 · 0 comments
Open

[TODO] Get rid of the disabled MyPy error codes #923

webknjaz opened this issue Jan 16, 2024 · 0 comments

Comments

@webknjaz
Copy link
Member

  1. Go through the disable_error_code entries in .mypy.ini
  2. Remove them one by one, and fix whatever they report in the actual Python modules
  3. Multiple small PRs are welcome and are preferred over a single gigantic one
  4. It should be easier to start with the test modules
  5. If there's just one violation in the module, move the disabled error code into that module inline, if it's not fixable
  6. If some rules are hard to fix/understand, switch to the easier ones first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant