Closed bryanforbes closed 7 years ago
The following class will pass flake8, but is marked as error E704 with pytest-flake8:
flake8
E704
pytest-flake8
class Foo: default_bar: str
This seems to have been resolved in version 0.9. Thanks!
0.9
The following class will pass
flake8
, but is marked as errorE704
withpytest-flake8
: