Skip to content

Commit ec665cc

Browse files
DOC: Enforce Numpy Docstring Validation for pandas.Series.backfill (#58526)
DOC: remove -i pandas.Series.backfill PR01,SA01
1 parent 9fee6cf commit ec665cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
167167
-i "pandas.Series SA01" \
168168
-i "pandas.Series.__iter__ RT03,SA01" \
169169
-i "pandas.Series.add PR07" \
170-
-i "pandas.Series.backfill PR01,SA01" \
171170
-i "pandas.Series.case_when RT03" \
172171
-i "pandas.Series.cat PR07,SA01" \
173172
-i "pandas.Series.cat.add_categories PR01,PR02" \

0 commit comments

Comments
 (0)