8000 TST/PEP8 : ignore W503 in tests · MirandaXM/matplotlib@0bb6453 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bb6453

Browse files
committed
TST/PEP8 : ignore W503 in tests
1 parent ce4d77f commit 0bb6453

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
@@ -33,7 +33,8 @@
3333
'E129',
3434
'E131',
3535
'E265',
36-
'E266']
36+
'E266',
37+
'W503']
3738

3839
EXTRA_EXCLUDE_FILE = os.path.join(os.path.dirname(__file__),
3940
'.pep8_test_exclude.txt')

0 commit comments

Comments
 (0)
0