From d3597ed75c29ddd05291f4ed50ec35467bc4437c Mon Sep 17 00:00:00 2001 From: William King <83783296+williamking1221@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:13:40 -0500 Subject: [PATCH] =?UTF-8?q?DOC:=20fix=20SA05=20errors=20in=20docstrings=20?= =?UTF-8?q?for=20pandas.core.resample.Resampler=E2=80=A6=20(#57426)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler -- first, and last Co-authored-by: William Joshua King --- ci/code_checks.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 54e12496cf9c5..5eae5c6b60c17 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -1870,8 +1870,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=SA05 --ignore_functions \ pandas.core.groupby.SeriesGroupBy.first\ pandas.core.groupby.SeriesGroupBy.last\ - pandas.core.resample.Resampler.first\ - pandas.core.resample.Resampler.last\ pandas.core.window.expanding.Expanding.aggregate\ pandas.core.window.rolling.Rolling.aggregate\ pandas.plotting.bootstrap_plot\