Skip to content

Commit 75771f1

Browse files
committed
DOC: Fixes flake8 issues in whatsnew v0.13.* pandas-dev#24256
Rollback strange changes to setup.cfg and hopefully resolve the merge conflict.
1 parent 8e61f02 commit 75771f1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

setup.cfg

+16-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ ignore = E402, # module level import not at top of file
4545
E703, # statement ends with a semicolon
4646

4747
exclude =
48+
doc/source/whatsnew/v0.7.0.rst
49+
doc/source/whatsnew/v0.7.3.rst
50+
doc/source/whatsnew/v0.8.0.rst
51+
doc/source/whatsnew/v0.9.0.rst
52+
doc/source/whatsnew/v0.9.1.rst
53+
doc/source/whatsnew/v0.10.0.rst
54+
doc/source/whatsnew/v0.10.1.rst
55+
doc/source/whatsnew/v0.11.0.rst
56+
doc/source/whatsnew/v0.12.0.rst
57+
doc/source/whatsnew/v0.14.0.rst
58+
doc/source/whatsnew/v0.14.1.rst
4859
doc/source/whatsnew/v0.15.0.rst
4960
doc/source/whatsnew/v0.15.1.rst
5061
doc/source/whatsnew/v0.15.2.rst
@@ -59,6 +70,10 @@ exclude =
5970
doc/source/contributing_docstring.rst
6071
doc/source/enhancingperf.rst
6172
doc/source/groupby.rst
73+
doc/source/indexing.rst
74+
doc/source/missing_data.rst
75+
doc/source/options.rst
76+
doc/source/release.rst
6277

6378

6479
[yapf]
@@ -116,7 +131,7 @@ known_post_core=pandas.tseries,pandas.io,pandas.plotting
116131
sections=FUTURE,STDLIB,THIRDPARTY,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
117132

118133
known_first_party=pandas
119-
known_third_party=Cython,numpy,dateutil,matplotlib,python-dateutil,pytz,pyarrow,pytest
134+
known_third_party=Cython,numpy,python-dateutil,pytz,pyarrow,pytest
120135
multi_line_output=4
121136
force_grid_wrap=0
122137
combine_as_imports=True

0 commit comments

Comments
 (0)