Skip to content
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

Flake8Lint does not support mypy type annotations #119

Open
MartinThoma opened this issue Nov 8, 2018 · 2 comments
Open

Flake8Lint does not support mypy type annotations #119

MartinThoma opened this issue Nov 8, 2018 · 2 comments

Comments

@MartinThoma
Copy link

Example code:

from typing import List

raw_name: List[str] = ['1', '2']

gives E701 and E901

@dreadatour
Copy link
Owner

I wish I can fix this issue, unfortunately I have no time now to maintain this project and looking for maintainer. Sorry for that.

@dreadatour
Copy link
Owner

As far as I know you can use another plugins like SublimeLinter-flake8 to do the same job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants