@@ -164,6 +164,9 @@ files =
164
164
pandas/util,
165
165
pandas/*.py
166
166
167
+ [mypy-pandas.tests.*]
168
+ check_untyped_defs =False
169
+
167
170
[mypy-pandas.conftest]
168
171
ignore_errors =True
169
172
@@ -173,12 +176,21 @@ ignore_errors=True
173
176
[mypy-pandas.tests.arithmetic.test_datetime64]
174
177
ignore_errors =True
175
178
179
+ [mypy-pandas.tests.arithmetic.test_numeric]
180
+ ignore_errors =True
181
+
182
+ [mypy-pandas.tests.arithmetic.test_period]
183
+ ignore_errors =True
184
+
176
185
[mypy-pandas.tests.arrays.test_array]
177
186
ignore_errors =True
178
187
179
188
[mypy-pandas.tests.arrays.test_datetimelike]
180
189
ignore_errors =True
181
190
191
+ [mypy-pandas.tests.arrays.test_datetimes]
192
+ ignore_errors =True
193
+
182
194
[mypy-pandas.tests.arrays.test_period]
183
195
ignore_errors =True
184
196
@@ -191,6 +203,9 @@ ignore_errors=True
191
203
[mypy-pandas.tests.dtypes.test_inference]
192
204
ignore_errors =True
193
205
206
+ [mypy-pandas.tests.dtypes.test_missing]
207
+ ignore_errors =True
208
+
194
209
[mypy-pandas.tests.extension.decimal.test_decimal]
195
210
ignore_errors =True
196
211
@@ -212,9 +227,18 @@ ignore_errors=True
212
227
[mypy-pandas.tests.frame.test_convert_to]
213
228
ignore_errors =True
214
229
230
+ [mypy-pandas.tests.frame.test_dtypes]
231
+ ignore_errors =True
232
+
233
+ [mypy-pandas.tests.frame.test_replace]
234
+ ignore_errors =True
235
+
215
236
[mypy-pandas.tests.indexes.datetimes.test_datetimelike]
216
237
ignore_errors =True
217
238
239
+ [mypy-pandas.tests.indexes.datetimes.test_tools]
240
+ ignore_errors =True
241
+
218
242
[mypy-pandas.tests.indexes.interval.test_base]
219
243
ignore_errors =True
220
244
@@ -242,9 +266,6 @@ ignore_errors=True
242
266
[mypy-pandas.tests.indexing.test_coercion]
243
267
ignore_errors =True
244
268
245
- [mypy-pandas.tests.indexing.test_loc]
246
- ignore_errors =True
247
-
248
269
[mypy-pandas.tests.io.json.test_ujson]
249
270
ignore_errors =True
250
271
@@ -257,6 +278,12 @@ ignore_errors=True
257
278
[mypy-pandas.tests.plotting.test_backend]
258
279
ignore_errors =True
259
280
281
+ [mypy-pandas.tests.scalar.timedelta.test_arithmetic]
282
+ ignore_errors =True
283
+
284
+ [mypy-pandas.tests.scalar.timestamp.test_arithmetic]
285
+ ignore_errors =True
286
+
260
287
[mypy-pandas.tests.series.test_constructors]
261
288
ignore_errors =True
262
289
@@ -269,6 +296,9 @@ ignore_errors=True
269
296
[mypy-pandas.tests.test_base]
270
297
ignore_errors =True
271
298
299
+ [mypy-pandas.tests.test_register_accessor]
300
+ ignore_errors =True
301
+
272
302
[mypy-pandas.tests.tseries.offsets.test_offsets]
273
303
ignore_errors =True
274
304
0 commit comments