mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
12 lines
551 B
ReStructuredText
12 lines
551 B
ReStructuredText
2.2.0 - 2014-06-22
|
|
------------------
|
|
|
|
- New option ``doctests`` to run Pyflakes checks on doctests too
|
|
- New option ``jobs`` to launch multiple jobs in parallel
|
|
- Turn on using multiple jobs by default using the CPU count
|
|
- Add support for ``python -m flake8`` on Python 2.7 and Python 3
|
|
- Fix Git and Mercurial hooks: issues #88, #133, #148 and #149
|
|
- Fix crashes with Python 3.4 by upgrading dependencies
|
|
- Fix traceback when running tests with Python 2.6
|
|
- Fix the setuptools command ``python setup.py flake8`` to read
|
|
the project configuration
|