Skip to content

Commit 65ae456

Browse files
author
Sebastian Goldmann
committed
reverted deletion CI code_check PR02 on cython class
1 parent b405767 commit 65ae456

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/code_checks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ 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" \
8283
-i "pandas.tseries.offsets.BHalfYearBegin.is_on_offset GL08" \
8384
-i "pandas.tseries.offsets.BHalfYearBegin.n GL08" \
8485
-i "pandas.tseries.offsets.BHalfYearBegin.normalize GL08" \
@@ -107,6 +108,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
107108
-i "pandas.tseries.offsets.BYearEnd.month GL08" \
108109
-i "pandas.tseries.offsets.BYearEnd.n GL08" \
109110
-i "pandas.tseries.offsets.BYearEnd.normalize GL08" \
111+
-i "pandas.tseries.offsets.BusinessDay PR02" \
110112
-i "pandas.tseries.offsets.BusinessDay.calendar GL08" \
111113
-i "pandas.tseries.offsets.BusinessDay.holidays GL08" \
112114
-i "pandas.tseries.offsets.BusinessDay.is_on_offset GL08" \

0 commit comments

Comments
 (0)