8000 Merge pull request #3221 from katyhuff/mac_pep · matplotlib/matplotlib@2bb4359 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bb4359

Browse files
committed
Merge pull request #3221 from katyhuff/mac_pep
Fixes #3219 by ignoring pep8 noncomplicant auto-generated file.
2 parents 0d54829 + 6adb1d9 commit 2bb4359

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
@@ -35,7 +35,8 @@
3535
'_gtkagg.py',
3636
'_backend_gdk.py',
3737
'pyparsing*',
38-
'_qhull.py']
38+
'_qhull.py',
39+
'_macosx.py']
3940

4041
PEP8_ADDITIONAL_IGNORE = ['E111',
4142
'E112',

0 commit comments

Comments
 (0)
0