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
--enable-error-code
It would be great to support mypy's --enable-error-code flag, to support some optional checks that don't have their own flag. Error codes: https://mypy.readthedocs.io/en/stable/error_code_list2.html#check-that-expression-is-redundant-redundant-expr.
This includes very useful error codes like:
redundant-expr
possibly-undefined
truthy-bool
The text was updated successfully, but these errors were encountered:
I agree, this is a critical missing feature: we can't really create repros for optional checks via this amazing tool.
I will create a PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It would be great to support mypy's
--enable-error-code
flag, to support some optional checks that don't have their own flag. Error codes: https://mypy.readthedocs.io/en/stable/error_code_list2.html#check-that-expression-is-redundant-redundant-expr.This includes very useful error codes like:
redundant-expr
possibly-undefined
truthy-bool
The text was updated successfully, but these errors were encountered: