-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore: Upgrade Ruff to 0.3.0 #20249
chore: Upgrade Ruff to 0.3.0 #20249
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @PedramNavid and the rest of your teammates on Graphite |
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.
We should have an internal PR ready as well before landing this change. Otherwise, looks good
@@ -25,7 +25,7 @@ unannotated_pyright: | |||
python scripts/run-pyright.py --unannotated | |||
|
|||
ruff: | |||
-ruff --fix . | |||
-ruff check --fix . |
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.
A breadcrumb for other reviewers: ruff <path>
was deprecated in favor of ruff check <path>
. See https://github.com/astral-sh/ruff/releases/tag/v0.3.0.
## Summary & Motivation Upgrades ruff to 0.3.0. Main change is ellipses now are formatted on a single line: astral-sh/ruff#5822 ## How I Tested These Changes bk
Summary & Motivation
Upgrades ruff to 0.3.0. Main change is ellipses now are formatted on a single line: astral-sh/ruff#5822
How I Tested These Changes
bk