-
Notifications
You must be signed in to change notification settings - Fork 57
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
Introduce Ruff as formatter #346
Conversation
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.
LGTM
I love fewer dependencies! Thank you!
.github/workflows/format.yml
Outdated
with: | ||
python-version: 3.11 | ||
python-version: 3.12 |
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.
👍
@Hi-king @yokomotod @mski-iksm pls check |
The Configurations is changed in this commit. |
LGTM. Let's make a bold change! |
Sorry for late the late reply! |
What I did in this PR
related to #344 #345
I replaced
yapf
withruff
as formatter.discussion
Coding style of YAPF and Ruff is slightly different. We need to discuss on the style.
The big difference is as follows: