-
Notifications
You must be signed in to change notification settings - Fork 211
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
Run ruff
and fix issues?
#410
Comments
I've had a quick look a while back and here are some random thoughts.
I'll probably look into this more sometime soon and see if I can integrate some of the improvements suggested by ruff. |
The only stability issue is that ruff breaks CI from time to time because of new rules, unless of course you pin it down to a very specific version. The core program is stable in my short experience, but the ever increasing set of rules is a pain. I must admit, I hadn't thought about Python 2.7. Finally, don't see Rust as a problem, as installation involves a mere |
Would you be willing to fix issues reported by ruff?
From a pitch seen elsewhere: "Ruff supports over 500 lint rules including bandit, isort, pylint, pyupgrade, and flake8 plus its plugins and is written in Rust for speed".
I could start by fixing these issues, and then maybe attempt to move CI tests to ruff instead of flake8.
The text was updated successfully, but these errors were encountered: