From 1dd5671d267b20afcfc0c5d82268e3650665d5a8 Mon Sep 17 00:00:00 2001 From: William Joshua King Date: Wed, 14 Feb 2024 15:01:55 -0500 Subject: [PATCH] DOC: fix SA05 errors in docstrings for pandas.core.resample.Resampler -- first, and last --- 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\