Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't know exactly .that does this work this the first time. I am contributing.
Sorry for the mistake
  • Loading branch information
jyotirjoshi committed Sep 21, 2024
1 parent 2419343 commit 79cec21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,11 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
-i "pandas.core.groupby.DataFrameGroupBy.plot PR02" \
-i "pandas.core.groupby.DataFrameGroupBy.sem SA01" \
-i "pandas.core.groupby.SeriesGroupBy.__iter__ RT03,SA01" \
-i "pandas.core.groupby.SeriesGroupBy.agg RT03" \
-i "pandas.core.groupby.SeriesGroupBy.aggregate RT03" \
-i "pandas.core.groupby.SeriesGroupBy.agg RT03\"
-i "pandas.Series.str.center RT03,SA01\"
-i "pandas.Series.str.decode PR07,RT03,SA01\"
-i "pandas.Series.str.index RT03\"
-i "pandas.core.groupby.SeriesGroupBy.aggregate RT03"
-i "pandas.core.groupby.SeriesGroupBy.get_group RT03,SA01" \
-i "pandas.core.groupby.SeriesGroupBy.groups SA01" \
-i "pandas.core.groupby.SeriesGroupBy.indices SA01" \
Expand Down

0 comments on commit 79cec21

Please sign in to comment.