-
Notifications
You must be signed in to change notification settings - Fork 212
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
Move to ruff for linting and formating? #534
Comments
@CompRhys I know ruff is faster but is it less accurate than pylint? I had experiences where it was not as accurate. |
It doesn't yet implement all the rules in pylint (astral-sh/ruff#970) but has more rules overall and the speed is a big plus. FWIW even pylint now uses ruff to lint it's own codebase (https://github.com/pylint-dev/pylint/blob/47cb11f4cb01a61f83d915d88e828f103a479980/pyproject.toml) |
fwiw, |
Agreed, using
|
You can get "inaccurate" behaviour from just turning it on on it's own and not turning on specific rules. I haven't dug deep into what differences there are in their rules and if |
Adopt ruff as a linter and formatter for the codebase as a more modern and faster alternative to black+pylint.
The text was updated successfully, but these errors were encountered: