Skip to content

Commit 7fbec6d

Browse files
Remove .config/flake8 reference in Readme (#538)
1 parent 779c97a commit 7fbec6d

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
@@ -101,7 +101,7 @@ Like all language servers, configuration can be passed from the client that talk
101101
`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:
102102
103103
- `pycodestyle`: discovered in `~/.config/pycodestyle`, `setup.cfg`, `tox.ini` and `pycodestyle.cfg`.
104-
- `flake8`: discovered in `~/.config/flake8`, `.flake8`, `setup.cfg` and `tox.ini`
104+
- `flake8`: discovered in `.flake8`, `setup.cfg` and `tox.ini`
105105
106106
The default configuration sources are `pycodestyle` and `pyflakes`. If you would like to use `flake8`, you will need to:
107107

0 commit comments

Comments
 (0)