- Fix #26 False positive on 1-tuple assignments containing a function call with a kwarg.
- Fix #21 preceding-blankline bug.
- Refactor and simplify crucial for loop.
- Fix reading from stdin when it is closed.
- Fixed #14 - false negative
- Fixed #12 - flake8>=3.0.0 compatibility
- Fixed issue #8 - non exists file raise IOError
- Fixed issues #10 and #11 - compatibility with older versions of flake8
- Fixed issue #9 -
pycodestyle
instead ofpep8
- Fixed issue #7 - stdin not supported
- Fixed issue #6 - EOF in multi-line string
- Added
test/issues
for run flake8
- Fixed issue #5 - parsing continue beyond ')'
- Added support for Python 2.7.x
- First release on PyPI.