mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
prep for 0.9
This commit is contained in:
parent
3035b04dce
commit
fc026a5e8a
3 changed files with 17 additions and 2 deletions
15
README
15
README
|
|
@ -8,7 +8,7 @@ Flake8 is a wrapper around these tools:
|
|||
- pep8
|
||||
- Ned's MacCabe script
|
||||
|
||||
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
|
||||
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
|
||||
and PyFlakes extended options and just uses defaults. It displays the warnings
|
||||
in a per-file, merged output.
|
||||
|
||||
|
|
@ -49,6 +49,19 @@ If *strict* option is set to **1**, any warning will block the commit. When
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
0.9 - 2011-11-09
|
||||
----------------
|
||||
|
||||
- update pep8 version to 0.6.1
|
||||
- mccabe check: gracefully handle compile failure
|
||||
|
||||
0.8 - 2011-02-27
|
||||
----------------
|
||||
|
||||
- fixed hg hook
|
||||
- discard unexisting files on hook check
|
||||
|
||||
|
||||
0.7 - 2010-02-18
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue