@@ -69,16 +69,16 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
6969 " $BASE_DIR " /scripts/validate_docstrings.py \
7070 --format=actions \
7171 -i ES01 ` # For now it is ok if docstrings are missing the extended summary` \
72+ -i " pandas.DataFrame.from_arrow SA01,EX01" \
7273 -i " pandas.Series.dt PR01" ` # Accessors are implemented as classes, but we do not document the Parameters section` \
7374 -i " pandas.Period.freq GL08" \
7475 -i " pandas.Period.ordinal GL08" \
76+ -i " pandas.errors.ChainedAssignmentError SA01" \
7577 -i " pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
76- -i " pandas.errors.InvalidVersion GL08" \
7778 -i " pandas.api.extensions.ExtensionArray.value_counts EX01,RT03,SA01" \
7879 -i " pandas.api.typing.DataFrameGroupBy.plot PR02" \
7980 -i " pandas.api.typing.SeriesGroupBy.plot PR02" \
8081 -i " pandas.api.typing.Resampler.quantile PR01,PR07" \
81- -i " pandas.arrays.NumpyExtensionArray GL08" \
8282 -i " pandas.tseries.offsets.BDay PR02,SA01" \
8383 -i " pandas.tseries.offsets.BHalfYearBegin.is_on_offset GL08" \
8484 -i " pandas.tseries.offsets.BHalfYearBegin.n GL08" \
@@ -166,6 +166,8 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
166166 -i " pandas.tseries.offsets.DateOffset.is_on_offset GL08" \
167167 -i " pandas.tseries.offsets.DateOffset.n GL08" \
168168 -i " pandas.tseries.offsets.DateOffset.normalize GL08" \
169+ -i " pandas.tseries.offsets.DateOffset.rollback SA01,EX01" \
170+ -i " pandas.tseries.offsets.DateOffset.rollforward SA01,EX01" \
169171 -i " pandas.tseries.offsets.Day.freqstr SA01" \
170172 -i " pandas.tseries.offsets.Day.is_on_offset GL08" \
171173 -i " pandas.tseries.offsets.Day.n GL08" \
0 commit comments