Skip to content

Update ruff and clang-format versions - #21479

Merged
Justin Chu (justinchuby) merged 9 commits into
mainfrom
justinchu/ruff-clangformat-2
Jul 24, 2024
Merged

Update ruff and clang-format versions#21479
Justin Chu (justinchuby) merged 9 commits into
mainfrom
justinchu/ruff-clangformat-2

Conversation

@justinchuby

@justinchuby Justin Chu (justinchuby) commented Jul 24, 2024

Copy link
Copy Markdown
Contributor

ruff -> 0.5.4
clang-format -> 18

@justinchuby
Justin Chu (justinchuby) deleted the justinchu/ruff-clangformat-2 branch July 24, 2024 18:50
# Make a REST call to convert to tag to a git commit
url = f"https://api.github.com/repos/{org_name}/{repo_name}/git/refs/tags/{tag}"
print("requesting %s ..." % url)
print("requesting {url} ...")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not right. Now it prints the string as it is.

requesting {url} ...

Justin Chu (@justinchuby)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot an f""

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will fix forward

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants