Skip to content
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

pyflakes instead of flake8 in readme.md #587

Open
hongy19 opened this issue Jul 29, 2024 · 0 comments
Open

pyflakes instead of flake8 in readme.md #587

hongy19 opened this issue Jul 29, 2024 · 0 comments

Comments

@hongy19
Copy link

hongy19 commented Jul 29, 2024

in the readme.md, it metioned flake8 and pytcondetype configration, then then it mentioned "The default configuration sources are pycodestyle and pyflakes".
is it mistake that pyflakes should be flake8?

'''
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 .flake8, setup.cfg and tox.ini
The default configuration sources are pycodestyle and pyflakes
'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant