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 2f6b117 commit 912579aCopy full SHA for 912579a
1 file changed
lib/matplotlib/tests/test_coding_standards.py
@@ -16,6 +16,9 @@
16
else:
17
HAS_PEP8 = pep8.__version__ > '1.4.5'
18
19
+# Temporarily disabling test
20
+HAS_PEP8 = False
21
+
22
import matplotlib
23
24
0 commit comments