@@ -110,64 +110,21 @@ directory = coverage_html_report
110110
111111# To be kept consistent with "Import Formatting" section in contributing.rst
112112[isort]
113- known_pre_libs =pandas._config
114- known_pre_core =pandas._libs,pandas.util._*,pandas.compat,pandas.errors
115- known_dtypes =pandas.core.dtypes
116- known_post_core =pandas.tseries,pandas.io,pandas.plotting
117- sections =FUTURE,STDLIB,THIRDPARTY,PRE_LIBS,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
118-
119- known_first_party =pandas
120- known_third_party =_pytest,announce,dateutil,docutils,flake8,git,hypothesis,jinja2,lxml,matplotlib,numpy,numpydoc,pkg_resources,pyarrow,pytest,pytz,requests,scipy,setuptools,sphinx,sqlalchemy,validate_docstrings,yaml
121-
122- multi_line_output =3
123- include_trailing_comma =True
124- force_grid_wrap =0
125- combine_as_imports =True
126- line_length =88
127- force_sort_within_sections =True
128- 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
113+ known_pre_libs = pandas._config
114+ known_pre_core = pandas._libs,pandas.util._*,pandas.compat,pandas.errors
115+ known_dtypes = pandas.core.dtypes
116+ known_post_core = pandas.tseries,pandas.io,pandas.plotting
117+ sections = FUTURE,STDLIB,THIRDPARTY,PRE_LIBS,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
118+ known_first_party = pandas
119+ known_third_party = _pytest,announce,dateutil,docutils,flake8,git,hypothesis,jinja2,lxml,matplotlib,numpy,numpydoc,pkg_resources,pyarrow,pytest,pytz,requests,scipy,setuptools,sphinx,sqlalchemy,validate_docstrings,yaml
120+ multi_line_output = 3
121+ include_trailing_comma = True
122+ force_grid_wrap = 0
123+ combine_as_imports = True
124+ line_length = 88
125+ force_sort_within_sections = True
126+ skip_glob = env,
127+ skip = pandas/__init__.py
171128
172129[mypy]
173130ignore_missing_imports =True
0 commit comments