Skip to content

Commit

Permalink
Remove .config/flake8 reference in README.md
Browse files Browse the repository at this point in the history
Flake8 no longer supports `~/.config/flake8` as of version 4.0

https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#backwards-incompatible-changes
  • Loading branch information
justin-f-perez committed Mar 19, 2024
1 parent 779c97a commit 86f452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Like all language servers, configuration can be passed from the client that talk
`python-lsp-server` depends on other tools, like flake8 and pycodestyle. These tools can be configured via settings passed from the client (as above), or alternatively from other configuration sources. The following sources are available:

- `pycodestyle`: discovered in `~/.config/pycodestyle`, `setup.cfg`, `tox.ini` and `pycodestyle.cfg`.
- `flake8`: discovered in `~/.config/flake8`, `.flake8`, `setup.cfg` and `tox.ini`
- `flake8`: discovered in `.flake8`, `setup.cfg` and `tox.ini`

The default configuration sources are `pycodestyle` and `pyflakes`. If you would like to use `flake8`, you will need to:

Expand Down

0 comments on commit 86f452d

Please sign in to comment.