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

Bump pre-commit hooks #12622

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Bump pre-commit hooks #12622

merged 1 commit into from
Apr 20, 2024

Conversation

ichard26
Copy link
Member

There was one new mypy error:

src/pip/_internal/metadata/_json.py:82: error: Incompatible types in assignment (expression has type "Message | Any | str | list[Message | str]", target has type "str | list[str]")  [assignment]
            result["description"] = payload
                                    ^~~~~~~
Found 1 error in 1 file (checked 294 source files)

Closes #12605.

There was one new mypy error:

src/pip/_internal/metadata/_json.py:82: error: Incompatible types in assignment
(expression has type "Message | Any | str | list[Message | str]", target has
type "str | list[str]")  [assignment]
            result["description"] = payload
                                    ^~~~~~~
Found 1 error in 1 file (checked 294 source files)

Co-authored-by: Stéphane Bidoul <[email protected]>
@ichard26 ichard26 requested a review from sbidoul April 20, 2024 17:35
@sbidoul sbidoul merged commit 9fe1a92 into pypa:main Apr 20, 2024
24 checks passed
@sbidoul
Copy link
Member

sbidoul commented Apr 20, 2024

Thanks!

@ichard26 ichard26 deleted the bump-pre-commit branch April 20, 2024 19:38
@ichard26
Copy link
Member Author

Thanks for the review!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants