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
The following typing errors are being generated by mypy and need addressing in the code:
mypy
The content you are editing has changed. Please copy your edits and refresh the page.
arg-type
assignment
attr-defined
func-returns-value
misc
no-untyped-call
no-untyped-def
operator
redundant-expr
enable_error_code
unreachable
var-annotated
Currently, failing type checks are added to the disable_error_code lust in pyproject.toml
disable_error_code
pyproject.toml
Note, the cf_units/_udunits2_parser is being ignored and is out-of-scope for this Issue.
cf_units/_udunits2_parser
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following typing errors are being generated by
mypy
and need addressing in the code:Error code
Currently, failing type checks are added to the
disable_error_code
lust inpyproject.toml
Note, the
cf_units/_udunits2_parser
is being ignored and is out-of-scope for this Issue.The text was updated successfully, but these errors were encountered: