-
Notifications
You must be signed in to change notification settings - Fork 522
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
binding/python: Enable ruff for lint and format #3468
Comments
I think black should be better, because it is the most popular code formatter in the Python ecosystem BTW,we should also import isort as import formatter (lol |
I think ruff is the trend. And we love tools written by rust🦀 Ruff can replace black, isort, xxx and it's fast. |
+1 for ruff, one-stop toolkit (like |
+1 for ruff |
It seems Ruff added the black compatible mode recently. (https://astral.sh/blog/the-ruff-formatter) |
I would like to help investigate adding this infra. |
@codeworm96 Hello, would you mind to share if there is any update for this PR? |
Sure. I would like to share my current plan for discussion before submitting the PRs:
|
Hi @codeworm96, are you still on this issue? Can I offer some assistance? |
Originally posted by @Xuanwo in #3467 (comment)
The text was updated successfully, but these errors were encountered: