@@ -85,7 +85,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
8585 -i " pandas.Timestamp.resolution PR02" \
8686 -i " pandas.Timestamp.tzinfo GL08" \
8787 -i " pandas.Timestamp.year GL08" \
88- -i " pandas.api.types.is_integer PR01,SA01" \
8988 -i " pandas.api.types.is_iterator PR07,SA01" \
9089 -i " pandas.api.types.is_re_compilable PR07,SA01" \
9190 -i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
@@ -123,11 +122,9 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
123122 -i " pandas.core.resample.Resampler.quantile PR01,PR07" \
124123 -i " pandas.core.resample.Resampler.sem SA01" \
125124 -i " pandas.core.resample.Resampler.std SA01" \
126- -i " pandas.core.resample.Resampler.sum SA01" \
127125 -i " pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
128126 -i " pandas.core.resample.Resampler.var SA01" \
129127 -i " pandas.errors.AttributeConflictWarning SA01" \
130- -i " pandas.errors.CSSWarning SA01" \
131128 -i " pandas.errors.ChainedAssignmentError SA01" \
132129 -i " pandas.errors.DataError SA01" \
133130 -i " pandas.errors.DuplicateLabelError SA01" \
@@ -136,18 +133,15 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
136133 -i " pandas.errors.NullFrequencyError SA01" \
137134 -i " pandas.errors.NumExprClobberingError SA01" \
138135 -i " pandas.errors.NumbaUtilError SA01" \
139- -i " pandas.errors.OptionError SA01" \
140136 -i " pandas.errors.OutOfBoundsTimedelta SA01" \
141137 -i " pandas.errors.PerformanceWarning SA01" \
142138 -i " pandas.errors.PossibleDataLossError SA01" \
143139 -i " pandas.errors.UndefinedVariableError PR01,SA01" \
144140 -i " pandas.errors.UnsortedIndexError SA01" \
145- -i " pandas.errors.UnsupportedFunctionCall SA01" \
146141 -i " pandas.errors.ValueLabelTypeMismatch SA01" \
147142 -i " pandas.infer_freq SA01" \
148143 -i " pandas.io.json.build_table_schema PR07,RT03,SA01" \
149144 -i " pandas.io.stata.StataWriter.write_file SA01" \
150- -i " pandas.json_normalize RT03,SA01" \
151145 -i " pandas.plotting.andrews_curves RT03,SA01" \
152146 -i " pandas.plotting.scatter_matrix PR07,SA01" \
153147 -i " pandas.set_eng_float_format RT03,SA01" \
@@ -296,7 +290,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
296290 -i " pandas.tseries.offsets.Second.is_on_offset GL08" \
297291 -i " pandas.tseries.offsets.Second.n GL08" \
298292 -i " pandas.tseries.offsets.Second.normalize GL08" \
299- -i " pandas.tseries.offsets.SemiMonthBegin SA01" \
300293 -i " pandas.tseries.offsets.SemiMonthBegin.day_of_month GL08" \
301294 -i " pandas.tseries.offsets.SemiMonthBegin.is_on_offset GL08" \
302295 -i " pandas.tseries.offsets.SemiMonthBegin.n GL08" \
0 commit comments