Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.22 KB

HISTORY.rst

File metadata and controls

74 lines (44 loc) · 1.22 KB

History

0.4.1 (2019-12-05)

  • Fix #26 False positive on 1-tuple assignments containing a function call with a kwarg.

0.3.1 (2019-05-05)

  • Fix #21 preceding-blankline bug.

0.3.0 (2019-03-19)

  • Refactor and simplify crucial for loop.

0.2.14 (2019-03-12)

  • Fix reading from stdin when it is closed.

0.2.13 (2016-07-25)

  • Fixed #14 - false negative

0.2.12 (2016-07-25)

  • Fixed #12 - flake8>=3.0.0 compatibility

0.2.11 (2016-07-05)

  • Fixed issue #8 - non exists file raise IOError
  • Fixed issues #10 and #11 - compatibility with older versions of flake8

0.2.10 (2016-06-30)

  • Fixed issue #9 - pycodestyle instead of pep8

0.2.9 (2016-04-07)

  • Fixed issue #7 - stdin not supported

0.2.8 (2016-03-09)

  • Fixed issue #6 - EOF in multi-line string
  • Added test/issues for run flake8

0.2.7 (2016-03-08)

  • Fixed issue #5 - parsing continue beyond ')'

0.2.4 (2016-02-29)

  • Added support for Python 2.7.x

0.1.0 (2015-01-11)

  • First release on PyPI.