Skip to content
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

check_logs: fix RUF010 warnings about f-strings #564

Merged
merged 1 commit into from
May 15, 2023
Merged

Conversation

nickdesaulniers
Copy link
Member

@nickdesaulniers nickdesaulniers commented May 15, 2023

Fixes:

check_logs.py:28:54: RUF010 [*] Use conversion in f-string
check_logs.py:37:54: RUF010 [*] Use conversion in f-string

Via:
$ ruff check . --fix

Fixes:
check_logs.py:28:54: RUF010 [*] Use conversion in f-string
check_logs.py:37:54: RUF010 [*] Use conversion in f-string
Via:
$ ruff check . --fix

Signed-off-by: Nick Desaulniers <[email protected]>
@nickdesaulniers
Copy link
Member Author

Perhaps related to astral-sh/ruff#4423. IDK what !s is in python...

@nickdesaulniers nickdesaulniers merged commit 5aaed7c into main May 15, 2023
@nickdesaulniers nickdesaulniers deleted the fstrings branch May 15, 2023 18:59
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.

1 participant