- Fixing bug with noqa detection by removing manual detection and relying on flake8 itself. - Try bundling licence in pyproject.toml.
4.0.0
- Opted back into using Poetry now that the existing issues have been fixed. - Python 2.7 support was no officially dropped.
3.1.0
* Add a framework classifier for use in pypi.org * Fix entry_point in setup.py leaving it off by default again.
2.0.2
2016-02-29
* Fix ReadMe for pipy * Refactor, DRY it up. * Update python 2 vs python 3 print statement styles.
2.0.1
2015-11-21 - Add back the decorator to fix the `flake8 --version` call.
2.0.0
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