Skip to content

Commit b30dbbd

Browse files
committed
Remove autogenerated _qhull.py from test_coding_standards
1 parent 4057267 commit b30dbbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
'ttconv.py',
3535
'_gtkagg.py',
3636
'_backend_gdk.py',
37-
'pyparsing*']
37+
'pyparsing*',
38+
'_qhull.py']
3839
PEP8_ADDITIONAL_IGNORE = ('E121', 'E122', 'E123', 'E124', 'E125',
3940
'E126', 'E127', 'E128')
4041
EXPECTED_BAD_FILES = ['*/matplotlib/__init__.py',

0 commit comments

Comments
 (0)