mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36: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
|
|
@ -5,3 +5,5 @@ Contributors:
|
|||
- Tamás Gulácsi
|
||||
- Nicolas Dumazet
|
||||
- Stefan Scherfke
|
||||
- Chris Adams
|
||||
- Ben Bass
|
||||
|
|
|
|||
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
|
||||
----------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ README = open('README').read()
|
|||
setup(
|
||||
name="flake8",
|
||||
license="MIT",
|
||||
version="0.8",
|
||||
version="0.9",
|
||||
description="code checking using pep8 and pyflakes",
|
||||
author="Tarek Ziade",
|
||||
author_email="tarek@ziade.org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue