From 07dcb443c2042a8137861cbbf467628303f27c6b Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Wed, 29 Jun 2022 23:57:27 +0200 Subject: [PATCH] Fix documentation for location of Flake8 configuration files Closes python-lsp/python-lsp-server#219 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf5f5a33..86a54238 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,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`, `setup.cfg`, `tox.ini` and `flake8.cfg` +- `flake8`: discovered in `~/.config/flake8`, `.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: