8000 ignore line to long errors for pep8 unit tests in examples/ · matplotlib/matplotlib@eef2efc · GitHub
[go: up one dir, main page]

Skip to content

Commit eef2efc

Browse files
committed
ignore line to long errors for pep8 unit tests in examples/
1 parent fa2ee50 commit eef2efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ def test_pep8_conformance_examples():
275275
blacklist = ()
276276
assert_pep8_conformance(dirname=exdir,
277277
extra_exclude_directories=blacklist,
278+
pep8_additional_ignore=PEP8_ADDITIONAL_IGNORE +
279+
['E501'],
278280
expected_bad_files=())
279281

280282

0 commit comments

Comments
 (0)
0