File tree Expand file tree Collapse file tree 3 files changed +2
-175
lines changed Expand file tree Collapse file tree 3 files changed +2
-175
lines changed Original file line number Diff line number Diff line change 11
11
# All configuration values have a default value; values that are commented out
12
12
# serve to show the default value.
13
13
14
+ import matplotlib
14
15
import os
15
16
import sys
16
17
import sphinx
@@ -63,7 +64,6 @@ def _check_deps():
63
64
64
65
_check_deps ()
65
66
66
- import matplotlib
67
67
try :
68
68
from unittest .mock import MagicMock
69
69
except ImportError :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ pep8ignore =
109
109
mpl_toolkits/exceltools.py E201 E202 E225 E228 E302 E303 E501 E701
110
110
mpl_toolkits/gtktools.py E221 E222 E225 E228 E231 E251 E261 E301 E302 E303 E401 E501 E701
111
111
112
- doc/* ALL
112
+ doc/* E302 E501
113
113
tutorials/* E402 E501
114
114
115
115
*examples/* E501 E402
You can’t perform that action at this time.
0 commit comments