mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
This has been a huge support burden for us. I seriously considered doing this in 3.0 but caved to a vocal minority and the desire to keep as much backwards compatibility as possible. At this point, however, I'm done witnessing the abuse Anthony has to suffer over this and I'm done with the undue hostility that people who don't bother to read the docs display. Hopefully, this eases that a bit.
16 lines
506 B
ReStructuredText
16 lines
506 B
ReStructuredText
4.0.0 -- 202x-mm-dd
|
|
-------------------
|
|
|
|
You can view the `4.0.0 milestone`_ on GitHub for more details.
|
|
|
|
Backwards Incompatible Changes
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
- Due to constant confusion by users, user-level |Flake8| configuration files
|
|
are no longer supported. Files will not be searched for in the user's home
|
|
directory (e.g., ``~/.flake8``) nor in the XDG config directory (e.g.,
|
|
``~/.config/flake8``).
|
|
|
|
.. all links
|
|
.. _4.0.0 milestone:
|
|
https://github.com/PyCQA/flake8/milestone/39
|