Skip to content

Commit

Permalink
Remove .config/flake8 reference in Readme (python-lsp#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-f-perez authored Mar 24, 2024
1 parent 779c97a commit 7fbec6d
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 7fbec6d

Please sign in to comment.