Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4010ff commit 6505a94Copy full SHA for 6505a94
doc/conf.py
@@ -11,6 +11,7 @@
11
# All configuration values have a default value; values that are commented out
12
# serve to show the default value.
13
14
+import matplotlib
15
import os
16
import sys
17
import sphinx
@@ -63,7 +64,6 @@ def _check_deps():
63
64
65
_check_deps()
66
-import matplotlib
67
try:
68
from unittest.mock import MagicMock
69
except ImportError:
pytest.ini
@@ -110,7 +110,7 @@ pep8ignore =
110
mpl_toolkits/exceltools.py E201 E202 E225 E228 E302 E303 E501 E701
111
mpl_toolkits/gtktools.py E221 E222 E225 E228 E231 E251 E261 E301 E302 E303 E401 E501 E701
112
113
- doc/* ALL
+ doc/* E302 E501
114
tutorials/* E402 E501
115
116
*examples/* E501 E402
0 commit comments