-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fix invalid f-strings #7457
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
Fix invalid f-strings #7457
Conversation
Signed-off-by: cyy <[email protected]>
@cyyever - could you please run the formatter? Also is it worth adding ruff to the formatter? |
Signed-off-by: cyy <[email protected]>
@loadams I have formatted the files. I think it is worth adding ruff. However, to reduce the impact of refactoring we can apply the changes gradually. |
cc: @sfc-gh-mwyatt |
The test failures are unrelated. |
FYI @loadams we probably don't want to add Line 2 in 8aadf6c
|
Fix invalid f-strings detected by ruff. --------- Signed-off-by: cyy <[email protected]> Co-authored-by: Logan Adams <[email protected]> Co-authored-by: Olatunji Ruwase <[email protected]> Co-authored-by: Michael Wyatt <[email protected]> Signed-off-by: lym <[email protected]>
Fix invalid f-strings detected by ruff.