|
79 | 79 | ### DOCSTRINGS ### |
80 | 80 | if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then |
81 | 81 |
|
82 | | - MSG='Validate docstrings (EX04, GL01, GL02, GL03, GL04, GL05, GL06, GL07, GL09, GL10, PR03, PR04, PR05, PR06, PR08, PR09, PR10, RT01, RT04, RT05, SA02, SA03, SA04, SS01, SS02, SS03, SS04, SS05, SS06)' ; echo $MSG |
83 | | - $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=EX04,GL01,GL02,GL03,GL04,GL05,GL06,GL07,GL09,GL10,PR03,PR04,PR05,PR06,PR08,PR09,PR10,RT01,RT04,RT05,SA02,SA03,SA04,SS01,SS02,SS03,SS04,SS05,SS06 |
84 | | - RET=$(($RET + $?)) ; echo $MSG "DONE" |
85 | | - |
86 | | - MSG='Partially validate docstrings (RT02)' ; echo $MSG |
87 | | - $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=RT02 --ignore_functions \ |
88 | | - pandas.Series.align \ |
89 | | - pandas.Series.dt.total_seconds \ |
90 | | - pandas.Series.cat.rename_categories \ |
91 | | - pandas.Series.cat.reorder_categories \ |
92 | | - pandas.Series.cat.add_categories \ |
93 | | - pandas.Series.cat.remove_categories \ |
94 | | - pandas.Series.cat.remove_unused_categories \ |
95 | | - pandas.Index.all \ |
96 | | - pandas.Index.any \ |
97 | | - pandas.MultiIndex.drop \ |
98 | | - pandas.DatetimeIndex.to_pydatetime \ |
99 | | - pandas.TimedeltaIndex.to_pytimedelta \ |
100 | | - pandas.core.groupby.SeriesGroupBy.apply \ |
101 | | - pandas.core.groupby.DataFrameGroupBy.apply \ |
102 | | - pandas.io.formats.style.Styler.export \ |
103 | | - pandas.api.extensions.ExtensionArray.astype \ |
104 | | - pandas.api.extensions.ExtensionArray.dropna \ |
105 | | - pandas.api.extensions.ExtensionArray.isna \ |
106 | | - pandas.api.extensions.ExtensionArray.repeat \ |
107 | | - pandas.api.extensions.ExtensionArray.unique \ |
108 | | - pandas.DataFrame.align |
| 82 | + MSG='Validate docstrings (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 |
| 83 | + $BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=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 |
109 | 84 | RET=$(($RET + $?)) ; echo $MSG "DONE" |
110 | 85 |
|
111 | 86 | fi |
|
0 commit comments