flake8/docs/source/release-notes/1.5.0.rst
2016-06-14 09:58:24 -05:00

9 lines
280 B
ReStructuredText

1.5 - 2012-10-13
----------------
- fixed the stdin
- make sure mccabe catches the syntax errors as warnings
- pep8 upgrade
- added max_line_length default value
- added Flake8Command and entry points if setuptools is around
- using the setuptools console wrapper when available