8000 Fix documentation for location of Flake8 configuration files · lcheylus/python-lsp-server@166a9e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 166a9e0

Browse files
committed
Fix documentation for location of Flake8 configuration files
Closes python-lsp#230
1 pa
8000
rent 50841c1 commit 166a9e0

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)
0