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

Fix f-string style flakes in auth UI #6832

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Fix f-string style flakes in auth UI #6832

merged 1 commit into from
Feb 13, 2024

Conversation

elprans
Copy link
Member

@elprans elprans commented Feb 13, 2024

The upcoming upgrade to Python 3.12 (with PEP 701) and corresponding
pycodestyle bump, there are a bunch of (mostly just annoying) flakes
in multiline f-strings. The auth_ext/ui.py is by far the biggest
source, so I'm splitting formatting fixes out into a standalone commit
for ease of review.

Copy link
Contributor

@scotttrinh scotttrinh left a comment

Choose a reason for hiding this comment

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

Only saw one small thing.

The upcoming upgrade to Python 3.12 (with PEP 701) and corresponding
`pycodestyle` bump, there are a bunch of (mostly just annoying) flakes
in multiline f-strings.  The `auth_ext/ui.py` is by far the biggest
source, so I'm splitting formatting fixes out into a standalone commit
for ease of review.
@elprans elprans merged commit 70f7947 into master Feb 13, 2024
23 checks passed
@elprans elprans deleted the auth-ui-flakes branch February 13, 2024 20:48
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