Skip to content

Commit c78a4c5

Browse files
authored
Fix documentation for location of Flake8 configuration files (#233)
Closes #219
1 parent 50841c1 commit c78a4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Like all language servers, configuration can be passed from the client that talk
6666
`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:
6767

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

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

0 commit comments

Comments
 (0)