Skip to content

DOC: Fix docstrings for boxplot, get_group, and indices methods #45779

DOC: Fix docstrings for boxplot, get_group, and indices methods

DOC: Fix docstrings for boxplot, get_group, and indices methods #45779

Triggered via pull request November 23, 2024 23:47
Status Failure
Total duration 19m 12s
Artifacts

code-checks.yml

on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 57s
Docstring validation, typing, and other manual pre-commit hooks
ASV Benchmarks
18m 14s
ASV Benchmarks
Build Docker Dev Environment
2m 39s
Build Docker Dev Environment
Test install requirements-dev.txt
2m 5s
Test install requirements-dev.txt
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 1.
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:514:SA01:pandas.core.groupby.SeriesGroupBy.indices:EXPECTED TO FAIL, BUT NOT FAILING
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:705:SA01:pandas.core.groupby.SeriesGroupBy.get_group:EXPECTED TO FAIL, BUT NOT FAILING
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:705:RT03:pandas.core.groupby.SeriesGroupBy.get_group:EXPECTED TO FAIL, BUT NOT FAILING
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/plotting/_core.py:553:SA05:pandas.core.groupby.DataFrameGroupBy.boxplot:pandas.plotting.boxplot in `See Also` section does not need `pandas` prefix, use plotting.boxplot instead.
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:514:SA01:pandas.core.resample.Resampler.indices:EXPECTED TO FAIL, BUT NOT FAILING
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:705:SA01:pandas.core.resample.Resampler.get_group:EXPECTED TO FAIL, BUT NOT FAILING
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:705:RT03:pandas.core.resample.Resampler.get_group:EXPECTED TO FAIL, BUT NOT FAILING
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 7.