mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 00:44:44 +00:00
Add extension documentation
Add more to the CHANGES list
This commit is contained in:
parent
55659b28ab
commit
d22068b81c
3 changed files with 129 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ CHANGES
|
|||
2.0.0 - 2013-02-xx
|
||||
------------------
|
||||
|
||||
- Pyflakes errors are now prefixed by an ``F`` instead of an ``E``
|
||||
- McCabe complexity warnings are now prefixed by a ``C`` instead of a ``W``
|
||||
- Flake8 now supports extensions through entry points
|
||||
- Due to the above support, we now **require** setuptools
|
||||
- We now have `documentation <https://flake8.rtfd.org/>`_
|
||||
- Fixes #13: pep8 and pyflakes are now external dependencies
|
||||
- Split run.py into main.py and hooks.py for better logic
|
||||
- Expose our parser for our users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue