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

Remove type: ignore mypy comments #1002

Open
33 tasks
neob91-close opened this issue Dec 16, 2024 · 0 comments
Open
33 tasks

Remove type: ignore mypy comments #1002

neob91-close opened this issue Dec 16, 2024 · 0 comments

Comments

@neob91-close
Copy link
Contributor

neob91-close commented Dec 16, 2024

Remove type: ignore comments.

Current counts for each ignored mypy error code:

  • exit-return: 1
  • func-returns-value: 1
  • has-type: 1
  • list-item: 1
  • return: 1
  • truthy-bool: 1
  • used-before-def: 1
  • method-assign: 2
  • return-value: 2
  • truthy-iterable: 2
  • comparison-overlap: 3
  • dict-item: 5
  • type-arg: 5
  • redundant-expr: 6
  • operator: 7
  • call-overload: 8
  • import-not-found: 8
  • index: 8
  • no-redef: 9
  • name-defined: 10
  • union-attr: 14
  • override: 15
  • unreachable: 16
  • arg-type: 18
  • assignment: 25
  • possibly-undefined: 37
  • var-annotated: 42
  • valid-type: 79
  • misc: 89
  • call-arg: 90
  • attr-defined: 247
  • import-untyped: 483
  • no-untyped-def: 927
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

1 participant