Skip to content

Commit 09116cb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_unittests/ut_module/test_code_style.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_style_src(self):
1616
check_pep8(src_, fLOG=fLOG,
1717
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
1818
'C0111', 'W0201', 'W0212', 'E0203', 'W0107', 'C0415',
19-
'R1730', 'R1731', 'C0209', 'C3001'),
19+
'R1730', 'R1731', 'C0209', 'C3001', 'R1735'),
2020
skip=["Too many nested blocks",
2121
"Module 'numpy.random' has no 'RandomState' member",
2222
"Value 'sch' is unsubscriptable",
@@ -40,7 +40,7 @@ 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'),
43+
'R1730', 'R1731', 'C0209', 'C3001', 'R1735'),
4444
skip=["Module 'pygame' has no 'init' member",
4545
"Module 'pygame' has no 'MOUSEBUTTONUP' member",
4646
"test_graph_distance.py:122: W0612",

0 commit comments

Comments
 (0)