mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Read the Docs moved hosting to readthedocs.io instead of readthedocs.org. Fix all links in the project. For additional details, see: https://blog.readthedocs.com/securing-subdomains/ > Starting today, Read the Docs will start hosting projects from subdomains on > the domain readthedocs.io, instead of on readthedocs.org. This change > addresses some security concerns around site cookies while hosting user > generated data on the same domain as our dashboard.
13 lines
630 B
ReStructuredText
13 lines
630 B
ReStructuredText
2.0.0 - 2013-02-23
|
|
------------------
|
|
|
|
- Pyflakes errors are prefixed by an ``F`` instead of an ``E``
|
|
- McCabe complexity warnings are prefixed by a ``C`` instead of a ``W``
|
|
- Flake8 supports extensions through entry points
|
|
- Due to the above support, we **require** setuptools
|
|
- We publish the `documentation <https://flake8.readthedocs.io/>`_
|
|
- Fixes #13: pep8, pyflakes and mccabe become external dependencies
|
|
- Split run.py into main.py, engine.py and hooks.py for better logic
|
|
- Expose our parser for our users
|
|
- New feature: Install git and hg hooks automagically
|
|
- By relying on pyflakes (0.6.1), we also fixed #45 and #35
|