-
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! |
bc77cd4
to
20bd98f
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.
🎉 Could it be finally happening??
The only conversation warranting a Request changes is that on integreat_cms/core/apps.py
for me, the rest is peanuts
7bd5aa6
to
ec87e9e
Compare
01e0245
to
2ae3881
Compare
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Peter Nerlich <PeterNerlich@users.noreply.github.com>
Co-authored-by: Peter Nerlich <PeterNerlich@users.noreply.github.com>
Co-authored-by: Peter Nerlich <PeterNerlich@users.noreply.github.com>
Co-authored-by: Peter Nerlich <PeterNerlich@users.noreply.github.com>
Co-authored-by: Peter Nerlich <PeterNerlich@users.noreply.github.com>
2ae3881
to
d0b6405
Compare
Co-authored-by: Christian Clauss <cclauss@me.com>
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