|
1 |
| -4.0.0 -- 202x-mm-dd |
| 1 | +4.0.0 -- 2021-10-10 |
2 | 2 | -------------------
|
3 | 3 |
|
4 | 4 | You can view the `4.0.0 milestone`_ on GitHub for more details.
|
5 | 5 |
|
6 | 6 | Backwards Incompatible Changes
|
7 | 7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
8 | 8 |
|
| 9 | +- Remove ``--install-hook`` vcs integration (See also :issue:`1008`). |
| 10 | +- Remove ``setuptools`` command (See also :issue:`1009`). |
| 11 | +- Migrate from GitLab to GitHub (See also :pull:`1305`). |
9 | 12 | - Due to constant confusion by users, user-level |Flake8| configuration files
|
10 | 13 | are no longer supported. Files will not be searched for in the user's home
|
11 | 14 | directory (e.g., ``~/.flake8``) nor in the XDG config directory (e.g.,
|
12 |
| - ``~/.config/flake8``). |
| 15 | + ``~/.config/flake8``). (See also :pull:`1404`). |
| 16 | + |
| 17 | +New Dependency Information |
| 18 | +~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 19 | + |
| 20 | +- pycodestyle has been updated to >= 2.8.0, < 2.9.0 (See also :pull:`1406`). |
| 21 | +- Pyflakes has been updated to >= 2.4.0, < 2.5.0 (See also :pull:`1406`). |
| 22 | +- flake8 requires python >= 3.6 (See also :issue:`1010`). |
| 23 | + |
| 24 | +Features |
| 25 | +~~~~~~~~ |
| 26 | + |
| 27 | +- Add ``--extend-select`` option (See also :pull:`1312` :issue:`1061`). |
| 28 | +- Automatically create directories for output files (See also :pull:`1329`). |
| 29 | + |
| 30 | +Bugs Fixed |
| 31 | +~~~~~~~~~~ |
| 32 | + |
| 33 | +- ``ast`` parse before tokenizing to improve ``SyntaxError`` errors (See also |
| 34 | + :pull:`1320` :issue:`740`). |
| 35 | +- Fix warning in ``--indent-size`` argparse help (See also :pull:`1367`). |
| 36 | +- Fix handling ``SyntaxError`` in python 3.10+ (See also :pull:`1374` |
| 37 | + :issue:`1372`). |
| 38 | +- Fix writing non-cp1252-encodable when output is piped on windows (See also |
| 39 | + :pull:`1382` :issue:`1381`). |
13 | 40 |
|
14 | 41 | .. all links
|
15 | 42 | .. _4.0.0 milestone:
|
|
0 commit comments