Skip to content

Commit 2bb4359

Browse files
committed
Merge pull request matplotlib#3221 from katyhuff/mac_pep
Fixes matplotlib#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

Diff for: lib/matplotlib/tests/test_coding_standards.py

+2-1
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)