Skip to content

Commit 8252782

Browse files
remove pandas.Series.str.rindex RT03 from ci check
1 parent 084d931 commit 8252782

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
177177
-i "pandas.Series.str.repeat SA01" \
178178
-i "pandas.Series.str.replace SA01" \
179179
-i "pandas.Series.str.rfind RT03" \
180-
-i "pandas.Series.str.rindex RT03" \
181180
-i "pandas.Series.str.rjust RT03,SA01" \
182181
-i "pandas.Series.str.rpartition RT03" \
183182
-i "pandas.Series.str.rstrip RT03" \

0 commit comments

Comments
 (0)