Skip to content

Conversation

@MarcoGorelli
Copy link
Member

  • Closes #xxxx (Replace xxxx with the Github issue number)
  • Tests added: Please use assert_type() to assert the type of any return value

Applying #1453 (comment) to the whole codebase, for now just for the "simple and obvious" ones:

  • : Literal[True] = ... -> : Literal[True] = True
  • : Literal[False] = ... -> : Literal[False] = False
  • : None = ... -> : None = None

@MarcoGorelli MarcoGorelli marked this pull request as ready for review October 29, 2025 11:48
Copy link
Contributor

@cmp0xff cmp0xff left a comment

Choose a reason for hiding this comment

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

These are plain replacements. Thank you @MarcoGorelli !

@cmp0xff cmp0xff merged commit 4168b12 into pandas-dev:main Oct 29, 2025
16 checks passed
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