@@ -45,6 +45,17 @@ ignore = E402, # module level import not at top of file
45
45
E703, # statement ends with a semicolon
46
46
47
47
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
48
59
doc/source/whatsnew/v0.15.0.rst
49
60
doc/source/whatsnew/v0.15.1.rst
50
61
doc/source/whatsnew/v0.15.2.rst
@@ -59,6 +70,10 @@ exclude =
59
70
doc/source/contributing_docstring.rst
60
71
doc/source/enhancingperf.rst
61
72
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
62
77
63
78
64
79
[yapf]
@@ -116,7 +131,7 @@ known_post_core=pandas.tseries,pandas.io,pandas.plotting
116
131
sections =FUTURE,STDLIB,THIRDPARTY,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
117
132
118
133
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
120
135
multi_line_output =4
121
136
force_grid_wrap =0
122
137
combine_as_imports =True
0 commit comments