Skip to content

Commit bd4025a

Browse files
committed
update code_checks.sh
1 parent 8b06215 commit bd4025a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/code_checks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7979
-i "pandas.Series.sparse.from_coo PR07,SA01" \
8080
-i "pandas.Series.sparse.npoints SA01" \
8181
-i "pandas.Series.sparse.sp_values SA01" \
82+
-i "pandas.Series.dt.freq GL08" \
83+
-i "pandas.Series.dt.unit GL08" \
8284
-i "pandas.Timedelta.max PR02" \
8385
-i "pandas.Timedelta.min PR02" \
8486
-i "pandas.Timedelta.resolution PR02" \
@@ -90,8 +92,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
9092
-i "pandas.Timestamp.resolution PR02" \
9193
-i "pandas.Timestamp.tzinfo GL08" \
9294
-i "pandas.Timestamp.year GL08" \
93-
-i "pandas.Series.dt.freq GL08" \
94-
-i "pandas.Series.dt.unit GL08" \
9595
-i "pandas.api.types.is_dict_like PR07,SA01" \
9696
-i "pandas.api.types.is_file_like PR07,SA01" \
9797
-i "pandas.api.types.is_float PR01,SA01" \

0 commit comments

Comments
 (0)