python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.75k stars 187 forks source link

Remove `.config/flake8` reference in Readme #538

Closed justin-f-perez closed 3 months ago

justin-f-perez commented 3 months ago

Flake8 no longer supports ~/.config/flake8 as of version 4.0

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). (See also #1404).

4.0.0 Release Notes