mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Changes for 2.1.0
This commit is contained in:
parent
b4d786a393
commit
91c67ab7fe
1 changed files with 13 additions and 0 deletions
13
CHANGES.rst
13
CHANGES.rst
|
|
@ -1,6 +1,19 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
2.1.0 - 2013-10-26
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and
|
||||||
|
mercurial hooks
|
||||||
|
- Force git and mercurial hooks to repsect configuration in setup.cfg
|
||||||
|
- Only check staged files if that is specified
|
||||||
|
- Fix hook file permissions
|
||||||
|
- Fix the git hook on python 3
|
||||||
|
- Ignore non-python files when running the git hook
|
||||||
|
- Ignore .tox directories by default
|
||||||
|
- Flake8 now reports the column number for PyFlakes messages
|
||||||
|
|
||||||
2.0.0 - 2013-02-23
|
2.0.0 - 2013-02-23
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue