Skip to content

Commit 2ae8204

Browse files
committed
added back in remove timestamp code checks
1 parent 5c480ca commit 2ae8204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/code_checks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7373
-i "pandas.Period.freq GL08" \
7474
-i "pandas.Period.ordinal GL08" \
7575
-i "pandas.RangeIndex.from_range PR01,SA01" \
76+
-i "pandas.Timestamp.max PR02" \
77+
-i "pandas.Timestamp.min PR02" \
78+
-i "pandas.Timestamp.resolution PR02" \
7679
-i "pandas.Timestamp.tzinfo GL08" \
7780
-i "pandas.arrays.ArrowExtensionArray PR07,SA01" \
7881
-i "pandas.arrays.IntervalArray.length SA01" \

0 commit comments

Comments
 (0)