You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Could be, but syntastic is an extremely dead Vim plugin. You might consider switching to ALE.
It seems that just copying the flake8 checker script and replacing "flake8" with "ruff" does the trick.
Then you don't need any code changes, you just need to set syntastic_python_flake8_exec to ruff. Or read about duplicate checkers and do it properly. That is, if for whatever reasons you still insist on using syntastic.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ruff is an extremely fast Python linter. Currently, it's not usable with Syntastic since there's no checker script for it.
The text was updated successfully, but these errors were encountered: