File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,12 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7373 -i " pandas.Period.freq GL08" \
7474 -i " pandas.Period.ordinal GL08" \
7575 -i " pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
76+ -i " pandas.errors.InvalidVersion GL08" \
7677 -i " pandas.api.extensions.ExtensionArray.value_counts EX01,RT03,SA01" \
77- -i " pandas.core.groupby.DataFrameGroupBy.plot PR02" \
78- -i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
79- -i " pandas.core.resample.Resampler.quantile PR01,PR07" \
78+ -i " pandas.api.typing.DataFrameGroupBy.plot PR02" \
79+ -i " pandas.api.typing.SeriesGroupBy.plot PR02" \
80+ -i " pandas.api.typing.Resampler.quantile PR01,PR07" \
81+ -i " pandas.arrays.NumpyExtensionArray GL08" \
8082 -i " pandas.tseries.offsets.BDay PR02,SA01" \
8183 -i " pandas.tseries.offsets.BHalfYearBegin.is_on_offset GL08" \
8284 -i " pandas.tseries.offsets.BHalfYearBegin.n GL08" \
You can’t perform that action at this time.
0 commit comments