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.
2 parents 92a93d6 + 6505a94 commit 9549761Copy full SHA for 9549761
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:
doc/sphinxext/gen_rst.py
pytest.ini
@@ -109,7 +109,7 @@ pep8ignore =
109
mpl_toolkits/exceltools.py E201 E202 E225 E228 E302 E303 E501 E701
110
mpl_toolkits/gtktools.py E221 E222 E225 E228 E231 E251 E261 E301 E302 E303 E401 E501 E701
111
112
- doc/* ALL
+ doc/* E302 E501
113
tutorials/* E402 E501
114
115
*examples/* E501 E402
0 commit comments