Skip to content

Commit f6c6539

Browse files
updating code_checks.sh
1 parent becca30 commit f6c6539

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,9 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
163163
-i "pandas.TimedeltaIndex.seconds SA01" \
164164
-i "pandas.TimedeltaIndex.to_pytimedelta RT03,SA01" \
165165
-i "pandas.Timestamp.fold GL08" \
166-
-i "pandas.Timestamp.hour GL08" \
167166
-i "pandas.Timestamp.max PR02" \
168-
-i "pandas.Timestamp.microsecond GL08" \
169167
-i "pandas.Timestamp.min PR02" \
170-
-i "pandas.Timestamp.minute GL08" \
171-
-i "pandas.Timestamp.month GL08" \
172-
-i "pandas.Timestamp.nanosecond GL08" \
173168
-i "pandas.Timestamp.resolution PR02" \
174-
-i "pandas.Timestamp.second GL08" \
175169
-i "pandas.Timestamp.tzinfo GL08" \
176170
-i "pandas.Timestamp.value GL08" \
177171
-i "pandas.Timestamp.year GL08" \

0 commit comments

Comments
 (0)