Skip to content

Commit b405767

Browse files
author
Sebastian Goldmann
committed
removed fixed docstring from CI code checks
1 parent ad2945d commit b405767

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7979
-i "pandas.api.typing.SeriesGroupBy.plot PR02" \
8080
-i "pandas.api.typing.Resampler.quantile PR01,PR07" \
8181
-i "pandas.arrays.NumpyExtensionArray GL08" \
82-
-i "pandas.tseries.offsets.BDay PR02,SA01" \
8382
-i "pandas.tseries.offsets.BHalfYearBegin.is_on_offset GL08" \
8483
-i "pandas.tseries.offsets.BHalfYearBegin.n GL08" \
8584
-i "pandas.tseries.offsets.BHalfYearBegin.normalize GL08" \
@@ -108,7 +107,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
108107
-i "pandas.tseries.offsets.BYearEnd.month GL08" \
109108
-i "pandas.tseries.offsets.BYearEnd.n GL08" \
110109
-i "pandas.tseries.offsets.BYearEnd.normalize GL08" \
111-
-i "pandas.tseries.offsets.BusinessDay PR02,SA01" \
112110
-i "pandas.tseries.offsets.BusinessDay.calendar GL08" \
113111
-i "pandas.tseries.offsets.BusinessDay.holidays GL08" \
114112
-i "pandas.tseries.offsets.BusinessDay.is_on_offset GL08" \

0 commit comments

Comments
 (0)