-
Notifications
You must be signed in to change notification settings - Fork 36
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
Replace black
and pylint
with ruff
#3333
base: develop
Are you sure you want to change the base?
Conversation
8a99cf6
to
89ef879
Compare
f914042
to
280f4a6
Compare
I've marked this as "ready for review". Due to the nature of the PR, this will constantly get merge conflicts, but luckily, 95% of the changes are "automatic" ones from ruff, so please feel free to review even if a merge conflict exists, I'll try to keep up with resolving them. |
280f4a6
to
c33177f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
% ruff format
Would reformat: integreat_cms/integreat_celery/celery.py
Would reformat: tests/cms/views/contacts/test_contact_actions.py
LGTM! |
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
bc77cd4
to
20bd98f
Compare
Short description
I am SO sorry, dear reviewers 🙈
@cclauss do you have an opinion on this? 😄
Proposed changes
black
->ruff
pylint
->ruff
Side effects
Resolved issues
Fixes: #3234
Pull Request Review Guidelines