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
Describe the bug A clear and concise description of what the bug is.
The mypy code are info or error but they should be like no-untyped-def.
no-untyped-def
To Reproduce Steps to reproduce the behavior:
def test(): pass
prospector --output-format=pylint test.py
************* Module test test.py:1:1: error(mypy): Function is missing a return type annotation [no-untyped-def]
Expected behavior A clear and concise description of what you expected to happen.
************* Module test test.py:1:1: no-untyped-def(mypy): Function is missing a return type annotation
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
sbrunner
Successfully merging a pull request may close this issue.
Describe the bug A clear and concise description of what the bug is.
The mypy code are info or error but they should be like
no-untyped-def
.To Reproduce Steps to reproduce the behavior:
prospector --output-format=pylint test.py
' (the mypy tool should be enabled)Expected behavior A clear and concise description of what you expected to happen.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: