-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .flake8 to the discovery paths #219
Comments
Probably because the author of the flake8 plugin forgot to do it. But you're welcome to send us a pull request to add support for it. |
Is `flake8` who handles the discovery of its configuration or does `python-lsp-server` do it instead? I'm a bit confused because the README lists the files that are considewred as if `python-lsp-server` handled the discovery.
`flake8` already looks for `.flake8` so nothing to do there. If something needs to change in `python-lsp-server` to discover `.flake8` then I'll happily create a MR for that.
Cheers.
…On Tue, Jun 14, 2022 at 06:14:58AM -0700, Carlos Cordoba wrote:
Probably because the author of the flake8 plugin forgot to do it. But you're welcome to send us a pull request to add support for it.
--
Reply to this email directly or view it on GitHub:
#219 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
The server does the discovery. |
The documentation about Flake8 plugin is wrong : according to
Moreover Flake8 4.0 does not read anymore its configuration in |
Currenlty README.md states that
flake8
configuration is looked for in~/.config/flake8
,setup.cfg
,tox.ini
andflake8.cfg
. Why isn't.flake8
supported?The text was updated successfully, but these errors were encountered: