grantmcconnaughey/Flake8Rules

E701 triggers on Python 3.6+ PEP 529 type annotations

dlazerka opened this issue · 1 comments

Valid code

foo: Bar = Bar()

get's triggered on by Flake8.

Uh, probably my bad, I was running it using Python 3.5 on code written for Python 3.6