Skip to content

Releases: JBKahn/flake8-print

5.0.0

29 Aug 20:42
b33437f
Compare
Choose a tag to compare

5.0.0 Release

4.0.1

30 Apr 15:41
e405dd6
Compare
Choose a tag to compare
  • Fixing bug with noqa detection by removing manual detection and relying on flake8 itself.
  • Try bundling licence in pyproject.toml.

4.0.0

29 Nov 14:55
539dd76
Compare
Choose a tag to compare
  • Opted back into using Poetry now that the existing issues have been fixed.
  • Python 2.7 support was no officially dropped.

3.1.0

12 Feb 14:53
e5d3812
Compare
Choose a tag to compare
  • Add a framework classifier for use in pypi.org
  • Fix entry_point in setup.py leaving it off by default again.

2.0.2

29 Feb 16:58
Compare
Choose a tag to compare

2016-02-29

* Fix ReadMe for pipy
* Refactor, DRY it up.
* Update python 2 vs python 3 print statement styles.

2.0.1

21 Nov 20:51
Compare
Choose a tag to compare

2015-11-21

  • Add back the decorator to fix the flake8 --version call.

2.0.0

20 Nov 15:09
Compare
Choose a tag to compare

2015-11-20

  • Support noqa at end of multiline print statement
  • Performance improvements
  • Removed PrintStatementChecker class and other functions
  • Added T101 for 'Python 2.x reserved word print used.'
  • Added testing for Python 3.3 and 3.5, and different flake8 versions

1.6.0

19 May 01:40
Compare
Choose a tag to compare
  • run tests in python 2.6, 2.7 and 3.4
  • proper python3 compadibibility

1.5

04 Nov 22:12
Compare
Choose a tag to compare
1.5

Added python2.6 support. Thanks @zoidbergwill

1.4.0

06 Oct 23:03
Compare
Choose a tag to compare
  • Added back noqa support