@@ -83,6 +83,16 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
83
83
-i " pandas.core.groupby.SeriesGroupBy.plot PR02" \
84
84
-i " pandas.core.resample.Resampler.quantile PR01,PR07" \
85
85
-i " pandas.tseries.offsets.BDay PR02,SA01" \
86
+ -i " pandas.tseries.offsets.BHalfYearBegin.is_on_offset GL08" \
87
+ -i " pandas.tseries.offsets.BHalfYearBegin.n GL08" \
88
+ -i " pandas.tseries.offsets.BHalfYearBegin.normalize GL08" \
89
+ -i " pandas.tseries.offsets.BHalfYearBegin.rule_code GL08" \
90
+ -i " pandas.tseries.offsets.BHalfYearBegin.startingMonth GL08" \
91
+ -i " pandas.tseries.offsets.BHalfYearEnd.is_on_offset GL08" \
92
+ -i " pandas.tseries.offsets.BHalfYearEnd.n GL08" \
93
+ -i " pandas.tseries.offsets.BHalfYearEnd.normalize GL08" \
94
+ -i " pandas.tseries.offsets.BHalfYearEnd.rule_code GL08" \
95
+ -i " pandas.tseries.offsets.BHalfYearEnd.startingMonth GL08" \
86
96
-i " pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
87
97
-i " pandas.tseries.offsets.BQuarterBegin.n GL08" \
88
98
-i " pandas.tseries.offsets.BQuarterBegin.normalize GL08" \
@@ -185,6 +195,16 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
185
195
-i " pandas.tseries.offsets.FY5253Quarter.variation GL08" \
186
196
-i " pandas.tseries.offsets.FY5253Quarter.weekday GL08" \
187
197
-i " pandas.tseries.offsets.FY5253Quarter.year_has_extra_week GL08" \
198
+ -i " pandas.tseries.offsets.HalfYearBegin.is_on_offset GL08" \
199
+ -i " pandas.tseries.offsets.HalfYearBegin.n GL08" \
200
+ -i " pandas.tseries.offsets.HalfYearBegin.normalize GL08" \
201
+ -i " pandas.tseries.offsets.HalfYearBegin.rule_code GL08" \
202
+ -i " pandas.tseries.offsets.HalfYearBegin.startingMonth GL08" \
203
+ -i " pandas.tseries.offsets.HalfYearEnd.is_on_offset GL08" \
204
+ -i " pandas.tseries.offsets.HalfYearEnd.n GL08" \
205
+ -i " pandas.tseries.offsets.HalfYearEnd.normalize GL08" \
206
+ -i " pandas.tseries.offsets.HalfYearEnd.rule_code GL08" \
207
+ -i " pandas.tseries.offsets.HalfYearEnd.startingMonth GL08" \
188
208
-i " pandas.tseries.offsets.Hour.is_on_offset GL08" \
189
209
-i " pandas.tseries.offsets.Hour.n GL08" \
190
210
-i " pandas.tseries.offsets.Hour.normalize GL08" \
0 commit comments