-
Notifications
You must be signed in to change notification settings - Fork 22
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
Look into using ruff
as a linter
#93
Comments
I am using for the tu-graz-library packages pylint as the analyzing tool. At the time where i made the black PR's i tried also to use pylint on the invenio packages. I think we should try it out, but it might be some work to make it working with the linter. further as i saw on the issues for ruff, there is some effort going on to add pylint errors also to ruff. |
i did one test with one bigger package (invenio-rdm-records) @slint
time: 0.011s
time: 27s
|
I was also wondering if we could replace
flake8
,pycodestyle
, etc. withruff
, which is the new kid in the Python linters block:black
out of the boxThe text was updated successfully, but these errors were encountered: