tholo / pytest-flake8

pytest plugin to run flake8
Other
117 stars 47 forks source link

Typing hints starting with def on classes fail with E704 #33

Closed bryanforbes closed 7 years ago

bryanforbes commented 7 years ago

The following class will pass flake8, but is marked as error E704 with pytest-flake8:

class Foo:
    default_bar: str
bryanforbes commented 7 years ago

This seems to have been resolved in version 0.9. Thanks!