Skip to content

Commit 3d4d94d

Browse files
bring back microseconds
1 parent 2e1efed commit 3d4d94d

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
@@ -120,6 +120,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
120120
-i "pandas.Series.dt.day_name PR01,PR02" \
121121
-i "pandas.Series.dt.floor PR01,PR02" \
122122
-i "pandas.Series.dt.freq GL08" \
123+
-i "pandas.Series.dt.microseconds SA01" \
123124
-i "pandas.Series.dt.month_name PR01,PR02" \
124125
-i "pandas.Series.dt.normalize PR01" \
125126
-i "pandas.Series.dt.qyear GL08" \
@@ -172,6 +173,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
172173
-i "pandas.Timedelta.view SA01" \
173174
-i "pandas.TimedeltaIndex.as_unit RT03,SA01" \
174175
-i "pandas.TimedeltaIndex.components SA01" \
176+
-i "pandas.TimedeltaIndex.microseconds SA01" \
175177
-i "pandas.TimedeltaIndex.to_pytimedelta RT03,SA01" \
176178
-i "pandas.Timestamp.day GL08" \
177179
-i "pandas.Timestamp.fold GL08" \

0 commit comments

Comments
 (0)