Setting up flake8 in Spyder IDE #577
-
I'm attempting to set up flake8-based linting in Spyder (5.5.5) using the Python Language Server (pylsp). Here's what I've done so far:
However, I'm facing challenges:
I'm seeking a comprehensive, up-to-date guide on configuring and using flake8 with pylsp in Spyder. Specifically:
Any step-by-step instructions or current resources would be immensely helpful. Thank you in advance for any guidance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ryan-david-murphy, thanks for opening this discussion. At the moment Spyder only supports Pyflakes for linting and there's no way to change that. However, our plan is to add support for both flake8 and ruff in Spyder 6.1, to be released in six months or so. Sorry for the inconvenience, but Spyder 6.0 is almost done so we can't include this change in that version. |
Beta Was this translation helpful? Give feedback.
Hey @ryan-david-murphy, thanks for opening this discussion. At the moment Spyder only supports Pyflakes for linting and there's no way to change that.
However, our plan is to add support for both flake8 and ruff in Spyder 6.1, to be released in six months or so. Sorry for the inconvenience, but Spyder 6.0 is almost done so we can't include this change in that version.