Skip to content

Commit 8b06215

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/code_checks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
9090
-i "pandas.Timestamp.resolution PR02" \
9191
-i "pandas.Timestamp.tzinfo GL08" \
9292
-i "pandas.Timestamp.year GL08" \
93+
-i "pandas.Series.dt.freq GL08" \
94+
-i "pandas.Series.dt.unit GL08" \
9395
-i "pandas.api.types.is_dict_like PR07,SA01" \
9496
-i "pandas.api.types.is_file_like PR07,SA01" \
9597
-i "pandas.api.types.is_float PR01,SA01" \

0 commit comments

Comments
 (0)