Skip to content

Commit 6e2d67d

Browse files
committed
ignore docstring complaints
1 parent 2d1b25b commit 6e2d67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7474
-i "pandas.Series.dt PR01" `# Accessors are implemented as classes, but we do not document the Parameters section` \
7575
-i "pandas.Period.freq GL08" \
7676
-i "pandas.Period.ordinal GL08" \
77+
-i "pandas.errors.IncompatibleFrequency SA01,SS06,EX01" \
7778
-i "pandas.core.groupby.DataFrameGroupBy.plot PR02" \
7879
-i "pandas.core.groupby.SeriesGroupBy.plot PR02" \
7980
-i "pandas.core.resample.Resampler.quantile PR01,PR07" \

0 commit comments

Comments
 (0)