Skip to content

Commit 43209e7

Browse files
author
William Joshua King
committed
Reverted changes on removing SA05 check
1 parent b9d8293 commit 43209e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: ci/code_checks.sh

+4
Original file line numberDiff line numberDiff line change
@@ -3182,6 +3182,10 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
31823182
pandas.util.hash_pandas_object # There should be no backslash in the final line, please keep this comment in the last ignored function
31833183
RET=$(($RET + $?)) ; echo $MSG "DONE"
31843184

3185+
MSG='Partially validate docstrings (SA05)' ; echo $MSG
3186+
$BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=SA05
3187+
RET=$(($RET + $?)) ; echo $MSG "DONE"
3188+
31853189
fi
31863190

31873191
### DOCUMENTATION NOTEBOOKS ###

0 commit comments

Comments
 (0)