We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c480ca commit 2ae8204Copy full SHA for 2ae8204
ci/code_checks.sh
@@ -73,6 +73,9 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
73
-i "pandas.Period.freq GL08" \
74
-i "pandas.Period.ordinal GL08" \
75
-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" \
79
-i "pandas.Timestamp.tzinfo GL08" \
80
-i "pandas.arrays.ArrowExtensionArray PR07,SA01" \
81
-i "pandas.arrays.IntervalArray.length SA01" \
0 commit comments