Skip to content

Commit 79cec21

Browse files
committed
Don't know exactly .that does this work this the first time. I am contributing. Sorry for the mistake
1 parent 2419343 commit 79cec21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ci/code_checks.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,11 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
152152
-i "pandas.core.groupby.DataFrameGroupBy.plot PR02" \
153153
-i "pandas.core.groupby.DataFrameGroupBy.sem SA01" \
154154
-i "pandas.core.groupby.SeriesGroupBy.__iter__ RT03,SA01" \
155-
-i "pandas.core.groupby.SeriesGroupBy.agg RT03" \
156-
-i "pandas.core.groupby.SeriesGroupBy.aggregate RT03" \
155+
-i "pandas.core.groupby.SeriesGroupBy.agg RT03\"
156+
-i "pandas.Series.str.center RT03,SA01\"
157+
-i "pandas.Series.str.decode PR07,RT03,SA01\"
158+
-i "pandas.Series.str.index RT03\"
159+
-i "pandas.core.groupby.SeriesGroupBy.aggregate RT03"
157160
-i "pandas.core.groupby.SeriesGroupBy.get_group RT03,SA01" \
158161
-i "pandas.core.groupby.SeriesGroupBy.groups SA01" \
159162
-i "pandas.core.groupby.SeriesGroupBy.indices SA01" \

0 commit comments

Comments
 (0)