-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Formatting updates using newest version of clang-format #2744
Formatting updates using newest version of clang-format #2744
Conversation
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.
LGTM, thanks for the PR
@@ -38,8 +38,7 @@ ft_wrap_quit(pgFontObject *); | |||
* | |||
*********************************************************/ | |||
void | |||
_PGFT_SetError(FreeTypeInstance *ft, const char *error_msg, FT_Error error_id) | |||
{ | |||
_PGFT_SetError(FreeTypeInstance *ft, const char *error_msg, FT_Error error_id){ |
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.
The changes in this file are weird... but we will just go with whatever clang-format is doing here
There seems to be a new mypy fail too, as it catches a real issue. Maybe that can be handled in this PR as well, just gotta add something like def colorspace(
surf: Surface, color: Literal["YUV", "HSV"], dest_surf: Surface = ..., /
) -> Surface: ... to |
Updated. I also updated the doc signature to match |
No description provided.