DOC: Standardize and expand docstring for BooleanDtype (fixes #61939) #51080
Triggered via pull request
September 8, 2025 09:36
Status
Failure
Total duration
19m 59s
Artifacts
–
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 56s
ASV Benchmarks
19m 56s
Build Docker Dev Environment
2m 29s
Test install requirements-dev.txt
1m 43s
Annotations
3 errors
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 2.
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/arrays/boolean.py:42:EX04:pandas.BooleanDtype:Do not import pandas, as it is imported automatically for the examples (numpy as np, pandas as pd)
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/arrays/boolean.py:42:EX03:pandas.BooleanDtype:flake8 error: line 1, col 1: F811 redefinition of unused 'pd' from line 2
|