-
Notifications
You must be signed in to change notification settings - Fork 174
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
Failing on some mypy messages #339
Comments
@rik what's mypy version you're using and can you provide an example so we can test it? |
I've made a repository to ease testing |
rik
added a commit
to rik/prospector
that referenced
this issue
Jul 21, 2019
Extracts a `format_message` to help unit testing fix prospector-dev#339
rik
added a commit
to rik/prospector
that referenced
this issue
Jul 21, 2019
Extracts a `format_message` to help unit testing fix prospector-dev#339
rik
added a commit
to rik/prospector
that referenced
this issue
Jul 21, 2019
Extracts a `format_message` to help unit testing fix prospector-dev#339
rik
added a commit
to rik/prospector
that referenced
this issue
Jul 21, 2019
Extracts a `format_message` to help unit testing fix prospector-dev#339
rik
added a commit
to rik/prospector
that referenced
this issue
Jul 21, 2019
Extracts a `format_message` to help unit testing fix prospector-dev#339
rik
added a commit
to rik/prospector
that referenced
this issue
Jul 22, 2019
Extracts a `format_message` to help unit testing fix prospector-dev#339
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my project, I ran into this error:
After digging a bit, I found that mypy can emit this kind of messages:
file:9: note: unused 'type: ignore' comment
and that https://github.com/PyCQA/prospector/blob/bf1930e7166012c84e730caa44fd43b3f852c876/prospector/tools/mypy/__init__.py#L79 can't handle this format.The text was updated successfully, but these errors were encountered: