Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8eef95e

Browse files
committed
Exclude the setuptools stubs in the correct way
1 parent e2d674c commit 8eef95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ class StandardReportWithExclusions(pep8.StandardReport):
9797
'*/matplotlib/tests/test_triangulation.py',
9898
'*/matplotlib/compat/subprocess.py',
9999
'*/matplotlib/backends/__init__.py',
100-
'*/matplotlib/backends/_backend_gdk.py',
101-
'*/matplotlib/backends/_gtkagg.py',
102100
'*/matplotlib/backends/backend_agg.py',
103101
'*/matplotlib/backends/backend_cairo.py',
104102
'*/matplotlib/backends/backend_cocoaagg.py',
@@ -203,6 +201,8 @@ def test_pep8_conformance():
203201
'_png.py',
204202
'_path.py',
205203
'ttconv.py',
204+
'_gtkagg.py',
205+
'_backend_gdk.py',
206206
'pyparsing*'])
207207

208208
# Allow users to add their own exclude list.

0 commit comments

Comments
 (0)