Skip to content

Commit 83aac4c

Browse files
committed
DOC: Fixes flake8 issues in whatsnew v0.13.* pandas-dev#24256
Updated setup.cfg to the most recent version before PR
1 parent b47001b commit 83aac4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ 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.12.0.rst
4948
doc/source/whatsnew/v0.15.0.rst
5049
doc/source/whatsnew/v0.15.1.rst
5150
doc/source/whatsnew/v0.15.2.rst
@@ -117,7 +116,7 @@ known_post_core=pandas.tseries,pandas.io,pandas.plotting
117116
sections=FUTURE,STDLIB,THIRDPARTY,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
118117

119118
known_first_party=pandas
120-
known_third_party=Cython,numpy,dateutil,python-dateutil,pytz,pyarrow,pytest
119+
known_third_party=Cython,numpy,dateutil,matplotlib,python-dateutil,pytz,pyarrow,pytest
121120
multi_line_output=4
122121
force_grid_wrap=0
123122
combine_as_imports=True

0 commit comments

Comments
 (0)