Skip to content

Commit 82c5938

Browse files
committed
Update test_code_style.py
1 parent 09116cb commit 82c5938

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_unittests/ut_module/test_code_style.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def test_style_test(self):
4040
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
4141
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
4242
'C0111', 'W0212', 'W0212', 'W0107', 'C0415',
43-
'R1730', 'R1731', 'C0209', 'C3001', 'R1735'),
43+
'R1730', 'R1731', 'C0209', 'C3001', 'R1735',
44+
'W0719'),
4445
skip=["Module 'pygame' has no 'init' member",
4546
"Module 'pygame' has no 'MOUSEBUTTONUP' member",
4647
"test_graph_distance.py:122: W0612",

0 commit comments

Comments
 (0)