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

chore: reformat to match packaging #175

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

henryiii
Copy link
Collaborator

@henryiii henryiii commented Sep 27, 2024

This uses more standard formatting style, which should better match pypa/packaging (preparing for #103). No content changes were made except removing custom format configuration.

I will make a followup to replace f'This is a value: "{value}"' strings with f"This is a value: {value!r}", which will use a more Python-like ' in the error message, and will handle incorrect types better - currently 2 is printed as "2", which makes it look like a string.

Signed-off-by: Henry Schreiner <[email protected]>
@henryiii henryiii merged commit 2d25362 into pypa:main Sep 30, 2024
24 checks passed
@henryiii henryiii deleted the henryiii/fmt/std branch September 30, 2024 16:52
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