Skip to content

Conversation

@AustinOregonState
Copy link
Contributor

@AustinOregonState AustinOregonState commented Oct 30, 2025

Replace @doc decorator with inlined docstrings for BaseMaskedArray._empty, BaseMaskedArray.fillna, BaseMaskedArray.tolist, BaseMaskedArray.duplicated, BaseMaskedArray.searchsorted, BaseMaskedArray.factorize, BaseMaskedArray._values_for_argsort, BaseMaskedArray.equals. (33b7ec8)
Remove doc import.
Modify the contents of inherited docstrings to match BaseMaskedArray.

@jbrockmendel
Copy link
Member

@AustinOregonState can you get the CI passing? you have an unused import to remove

@AustinOregonState
Copy link
Contributor Author

AustinOregonState commented Oct 31, 2025

I'm struggling to understand why pre-commit.ci - pr is failing. I'm passing all CI tests locally:
image

@jbrockmendel
Copy link
Member

looks like ruff wants to adjust the formatting on the file. can you run it and see what it changes

@mroeschke mroeschke added this to the 3.0 milestone Nov 3, 2025
@mroeschke mroeschke added the Docs label Nov 3, 2025
@mroeschke mroeschke merged commit 607e489 into pandas-dev:main Nov 3, 2025
47 checks passed
@mroeschke
Copy link
Member

Thanks @AustinOregonState

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants