Skip to content

Commit fde9825

Browse files
committed
update exclude list
1 parent c6cdc2d commit fde9825

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ repos:
315315
pandas/tests/plotting/test_datetimelike.py|
316316
pandas/tests/plotting/frame/test_frame_color.py|
317317
pandas/tests/plotting/test_hist_method.py|
318-
pandas/tests/plotting/test_boxplot_method.py|
319318
pandas/tests/util/test_deprecate_kwarg.py|
320319
pandas/tests/util/test_deprecate.py|
321320
pandas/tests/util/test_assert_produces_warning.py|
@@ -330,27 +329,20 @@ repos:
330329
pandas/tests/indexes/datetimes/methods/test_shift.py|
331330
pandas/tests/extension/test_period.py|
332331
pandas/tests/io/pytables/test_retain_attributes.py|
333-
pandas/tests/scalar/timestamp/methods/test_round.py|
334332
pandas/tests/scalar/timestamp/methods/test_to_pydatetime.py|
335333
pandas/tests/io/test_sql.py|
336-
pandas/tests/reshape/test_pivot.py|
337334
pandas/tests/plotting/frame/test_hist_box_by.py|
335+
pandas/tests/plotting/test_boxplot_method.py|
338336
pandas/tests/frame/methods/test_reindex_like.py|
339-
pandas/tests/plotting/test_series.py|
340-
pandas/tests/io/parser/test_unsupported.py|
341337
pandas/tests/series/accessors/test_cat_accessor.py|
342-
pandas/tests/test_algos.py|
343338
pandas/tests/indexing/multiindex/test_multiindex.py|
344339
pandas/tests/indexes/multi/test_drop.py|
345-
pandas/tests/plotting/frame/test_frame.py|
346-
pandas/tests/window/test_numba.py|
347-
pandas/tests/reshape/test_cut.py|
340+
pandas/tests/io/parser/test_unsupported.py|
348341
pandas/tests/apply/test_str.py|
349342
pandas/tests/indexes/multi/test_indexing.py|
350343
pandas/tests/io/pytables/test_store.py|
351344
pandas/tests/io/pytables/test_put.py|
352345
pandas/tests/io/pytables/test_round_trip.py|
353-
pandas/tests/io/excel/test_readers.py|
354346
pandas/tests/resample/test_datetime_index.py|
355347
pandas/tests/io/parser/test_c_parser_only.py|
356348
pandas/tests/io/test_stata.py|
@@ -361,7 +353,6 @@ repos:
361353
pandas/tests/series/methods/test_reindex_like.py|
362354
pandas/tests/extension/test_sparse.py|
363355
pandas/tests/indexes/test_common.py|
364-
pandas/tests/indexes/datetimes/methods/test_round.py|
365356
pandas/tests/indexing/multiindex/test_loc.py|
366357
pandas/tests/frame/indexing/test_insert.py|
367358
pandas/tests/groupby/test_groupby.py|

0 commit comments

Comments
 (0)