We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type: ignore
Remove type: ignore comments.
Current counts for each ignored mypy error code:
exit-return
func-returns-value
has-type
list-item
return
truthy-bool
used-before-def
method-assign
return-value
truthy-iterable
comparison-overlap
dict-item
type-arg
redundant-expr
operator
call-overload
import-not-found
index
no-redef
name-defined
union-attr
override
unreachable
arg-type
assignment
possibly-undefined
var-annotated
valid-type
misc
call-arg
attr-defined
import-untyped
no-untyped-def
The text was updated successfully, but these errors were encountered:
mypy
No branches or pull requests
Remove
type: ignore
comments.Current counts for each ignored mypy error code:
exit-return
: 1func-returns-value
: 1has-type
: 1list-item
: 1return
: 1truthy-bool
: 1used-before-def
: 1method-assign
: 2return-value
: 2truthy-iterable
: 2comparison-overlap
: 3dict-item
: 5type-arg
: 5redundant-expr
: 6operator
: 7call-overload
: 8import-not-found
: 8index
: 8no-redef
: 9name-defined
: 10union-attr
: 14override
: 15unreachable
: 16arg-type
: 18assignment
: 25possibly-undefined
: 37var-annotated
: 42valid-type
: 79misc
: 89call-arg
: 90attr-defined
: 247import-untyped
: 483no-untyped-def
: 927The text was updated successfully, but these errors were encountered: