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 e2d674c commit 8eef95eCopy full SHA for 8eef95e
lib/matplotlib/tests/test_coding_standards.py
@@ -97,8 +97,6 @@ class StandardReportWithExclusions(pep8.StandardReport):
97
'*/matplotlib/tests/test_triangulation.py',
98
'*/matplotlib/compat/subprocess.py',
99
'*/matplotlib/backends/__init__.py',
100
- '*/matplotlib/backends/_backend_gdk.py',
101
- '*/matplotlib/backends/_gtkagg.py',
102
'*/matplotlib/backends/backend_agg.py',
103
'*/matplotlib/backends/backend_cairo.py',
104
'*/matplotlib/backends/backend_cocoaagg.py',
@@ -203,6 +201,8 @@ def test_pep8_conformance():
203
201
'_png.py',
204
202
'_path.py',
205
'ttconv.py',
+ '_gtkagg.py',
+ '_backend_gdk.py',
206
'pyparsing*'])
207
208
# Allow users to add their own exclude list.
0 commit comments