mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 04:56:54 +00:00
Drop support for Home and XDG config files
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.
This commit is contained in:
parent
0b1c790443
commit
807904aebc
6 changed files with 49 additions and 157 deletions
16
docs/source/release-notes/4.0.0.rst
Normal file
16
docs/source/release-notes/4.0.0.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
|
|
@ -5,6 +5,12 @@
|
|||
All of the release notes that have been recorded for Flake8 are organized here
|
||||
with the newest releases first.
|
||||
|
||||
4.x Release Series
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
4.0.0
|
||||
|
||||
3.x Release Series
|
||||
==================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue