-
Notifications
You must be signed in to change notification settings - Fork 50
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
linter: ruff coverage #834
Comments
I tested the initial list you proposed:
I believe this is a good starting point to be added, I will create a separate PR for both UP and ANN if you agree. |
oh that makes sense -- I got tricked since pycodestyle is documented the same way but that one doesn't seem to have a "top-level" ruleset Which reminds me: pycodestyle warnings (W) might be useful to enable as well |
Yes the markup is a bit confusing. |
The various linters have been replaced by ruff (thanks to @L77H).
As a initial list, these contain useful rules
flynt
tool may allow automated conversion to f-strings but we need to be very careful with thatI have not tested how much work enabling them would be -- starting with the easiest may be a good idea
The text was updated successfully, but these errors were encountered: