You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: do not use f-strings in logging statements (#32)
## Description
Thanks to the tip in
#30 (comment),
I enabled a Ruff rule to avoid using f-strings in future logging
statements we add: https://docs.astral.sh/ruff/rules/logging-f-string/,
and converted the previous ones to comply with the rule. It's not
necessarily required, but it's good to enable best practices.
> [!IMPORTANT]
> This PR should be merged with a merge commit, not squashed.
0 commit comments