mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
15 lines
459 B
ReStructuredText
15 lines
459 B
ReStructuredText
2.6.0 - 2016-06-15
|
|
------------------
|
|
|
|
- **Requirements Change** Switch to pycodestyle as all future pep8 releases
|
|
will use that package name
|
|
|
|
- **Improvement** Allow for Windows users on *select* versions of Python to
|
|
use ``--jobs`` and multiprocessing
|
|
|
|
- **Improvement** Update bounds on McCabe
|
|
|
|
- **Improvement** Update bounds on PyFlakes and blacklist known broken
|
|
versions
|
|
|
|
- **Improvement** Handle new PyFlakes warning with a new error code: F405
|