Skip to content

Commit 65cc38f

Browse files
committed
fix the [isort] skip entry in setup.cfg
Also I removed the files for which I have fixed the problems.
1 parent 8d54f58 commit 65cc38f

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

setup.cfg

+1-42
Original file line numberDiff line numberDiff line change
@@ -126,48 +126,7 @@ combine_as_imports=True
126126
line_length=88
127127
force_sort_within_sections=True
128128
skip_glob=env,
129-
skip=
130-
pandas/__init__.py
131-
pandas/core/api.py,
132-
pandas/io/msgpack/__init__.py
133-
asv_bench/benchmarks/attrs_caching.py,
134-
asv_bench/benchmarks/binary_ops.py,
135-
asv_bench/benchmarks/categoricals.py,
136-
asv_bench/benchmarks/ctors.py,
137-
asv_bench/benchmarks/eval.py,
138-
asv_bench/benchmarks/frame_ctor.py,
139-
asv_bench/benchmarks/frame_methods.py,
140-
asv_bench/benchmarks/gil.py,
141-
asv_bench/benchmarks/groupby.py,
142-
asv_bench/benchmarks/index_object.py,
143-
asv_bench/benchmarks/indexing.py,
144-
asv_bench/benchmarks/inference.py,
145-
asv_bench/benchmarks/io/csv.py,
146-
asv_bench/benchmarks/io/excel.py,
147-
asv_bench/benchmarks/io/hdf.py,
148-
asv_bench/benchmarks/io/json.py,
149-
asv_bench/benchmarks/io/msgpack.py,
150-
asv_bench/benchmarks/io/pickle.py,
151-
asv_bench/benchmarks/io/sql.py,
152-
asv_bench/benchmarks/io/stata.py,
153-
asv_bench/benchmarks/join_merge.py,
154-
asv_bench/benchmarks/multiindex_object.py,
155-
asv_bench/benchmarks/panel_ctor.py,
156-
asv_bench/benchmarks/panel_methods.py,
157-
asv_bench/benchmarks/plotting.py,
158-
asv_bench/benchmarks/reindex.py,
159-
asv_bench/benchmarks/replace.py,
160-
asv_bench/benchmarks/reshape.py,
161-
asv_bench/benchmarks/rolling.py,
162-
asv_bench/benchmarks/series_methods.py,
163-
asv_bench/benchmarks/sparse.py,
164-
asv_bench/benchmarks/stat_ops.py,
165-
asv_bench/benchmarks/timeseries.py
166-
asv_bench/benchmarks/pandas_vb_common.py
167-
asv_bench/benchmarks/offset.py
168-
asv_bench/benchmarks/dtypes.py
169-
asv_bench/benchmarks/strings.py
170-
asv_bench/benchmarks/period.py
129+
skip=pandas/__init__.py
171130

172131
[mypy]
173132
ignore_missing_imports=True

0 commit comments

Comments
 (0)