|
65 | 65 | ### DOCSTRINGS ###
|
66 | 66 | if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
|
67 | 67 |
|
68 |
| - MSG='Validate docstrings (EX01, EX03, EX04, GL01, GL02, GL03, GL04, GL05, GL06, GL07, GL09, GL10, PR03, PR04, PR05, PR06, PR08, PR09, PR10, RT01, RT02, RT04, RT05, SA02, SA03, SA04, SS01, SS02, SS03, SS04, SS05, SS06)' ; echo $MSG |
69 |
| - $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=EX01,EX03,EX04,GL01,GL02,GL03,GL04,GL05,GL06,GL07,GL09,GL10,PR03,PR04,PR05,PR06,PR08,PR09,PR10,RT01,RT02,RT04,RT05,SA02,SA03,SA04,SS01,SS02,SS03,SS04,SS05,SS06 |
| 68 | + MSG='Validate docstrings (EX01, EX03, EX04, GL01, GL02, GL03, GL04, GL05, GL06, GL07, GL09, GL10, PR03, PR04, PR05, PR06, PR08, PR09, PR10, RT01, RT02, RT04, RT05, SA02, SA03, SA04, SA05, SS01, SS02, SS03, SS04, SS05, SS06)' ; echo $MSG |
| 69 | + $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=EX01,EX03,EX04,GL01,GL02,GL03,GL04,GL05,GL06,GL07,GL09,GL10,PR03,PR04,PR05,PR06,PR08,PR09,PR10,RT01,RT02,RT04,RT05,SA02,SA03,SA04,SA05,SS01,SS02,SS03,SS04,SS05,SS06 |
70 | 70 | RET=$(($RET + $?)) ; echo $MSG "DONE"
|
71 | 71 |
|
72 | 72 | MSG='Partially validate docstrings (PR02)' ; echo $MSG
|
@@ -3182,14 +3182,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
|
3182 | 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 | 3183 | RET=$(($RET + $?)) ; echo $MSG "DONE"
|
3184 | 3184 |
|
3185 |
| - MSG='Partially validate docstrings (SA05)' ; echo $MSG |
3186 |
| - $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=SA05 --ignore_functions \ |
3187 |
| - pandas.core.groupby.SeriesGroupBy.first\ |
3188 |
| - pandas.core.groupby.SeriesGroupBy.last\ |
3189 |
| - pandas.core.window.expanding.Expanding.aggregate\ |
3190 |
| - pandas.core.window.rolling.Rolling.aggregate # There should be no backslash in the final line, please keep this comment in the last ignored function |
3191 |
| - RET=$(($RET + $?)) ; echo $MSG "DONE" |
3192 |
| - |
3193 | 3185 | fi
|
3194 | 3186 |
|
3195 | 3187 | ### DOCUMENTATION NOTEBOOKS ###
|
|
0 commit comments