-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update Python versions #450
Conversation
1da5e8f
to
ef18297
Compare
77ece59
to
7a7c4be
Compare
Found with pyupgrade 2.29.1
7a7c4be
to
3316bb6
Compare
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.
These are all just linting, which we can spare for some other style cleanup if preferred. I'll approve and leave that call up to you
Thanks for catching those. I just added the logging changes as a separate commit, so re-review should be simple. |
Don't unconditionally do the string interpolation, but rather let logging do it if it's enabled.
d9d2949
to
fa1e927
Compare
CodeQL is succeeding, but for some reason is failing to report. 🤷♂️ |
Description Of Changes
Checklist
- [ ] Tests added