Skip to content

Commit

Permalink
DOC: remove SA01 for pandas.Series.dt.days_in_month
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 committed May 8, 2024
1 parent 8ae70d2 commit 4fb7c5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
-i "pandas.Series.dt.ceil PR01,PR02" \
-i "pandas.Series.dt.components SA01" \
-i "pandas.Series.dt.day_name PR01,PR02" \
-i "pandas.Series.dt.days_in_month SA01" \
-i "pandas.Series.dt.floor PR01,PR02" \
-i "pandas.Series.dt.freq GL08" \
-i "pandas.Series.dt.microseconds SA01" \
Expand Down

0 comments on commit 4fb7c5f

Please sign in to comment.