mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Add more release notes for 3.0.0b1
This commit is contained in:
parent
7340b3e057
commit
6eb2e3a701
1 changed files with 14 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
3.0.0 -- Unreleased
|
||||
-------------------
|
||||
3.0.0b1 -- 2016-06-25
|
||||
---------------------
|
||||
|
||||
- Rewrite our documentation from scratch! (http://flake8.pycqa.org)
|
||||
|
||||
|
|
@ -28,3 +28,15 @@
|
|||
|
||||
- Update ``--install-hook`` to require the name of version control system hook
|
||||
you wish to install a Flake8.
|
||||
|
||||
- Stop checking sub-directories more than once via the setuptools command
|
||||
|
||||
- When passing a file on standard-in, allow the caller to specify
|
||||
``--stdin-display-name`` so the output is properly formatted
|
||||
|
||||
- The Git hook now uses ``sys.executable`` to format the shebang line.
|
||||
This allows Flake8 to install a hook script from a virtualenv that points to
|
||||
that virtualenv's Flake8 as opposed to a global one (without the virtualenv
|
||||
being sourced).
|
||||
|
||||
- When using ``--count``, the output is no longer written to stderr.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue