We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d8293 commit 43209e7Copy full SHA for 43209e7
ci/code_checks.sh
@@ -3182,6 +3182,10 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
3182
pandas.util.hash_pandas_object # There should be no backslash in the final line, please keep this comment in the last ignored function
3183
RET=$(($RET + $?)) ; echo $MSG "DONE"
3184
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
+
3189
fi
3190
3191
### DOCUMENTATION NOTEBOOKS ###
0 commit comments