mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Add support for 'python -m flake8' on Python >= 2.7; issue #85
This commit is contained in:
parent
6c395673e2
commit
ed6d0398bc
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ CHANGES
|
|||
|
||||
- New option ``doctests`` to run Pyflakes checks on doctests too
|
||||
- New option ``jobs`` to launch multiple jobs in parallel
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue