We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a894d4d commit 09116cbCopy full SHA for 09116cb
_unittests/ut_module/test_code_style.py
@@ -16,7 +16,7 @@ def test_style_src(self):
16
check_pep8(src_, fLOG=fLOG,
17
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
18
'C0111', 'W0201', 'W0212', 'E0203', 'W0107', 'C0415',
19
- 'R1730', 'R1731', 'C0209', 'C3001'),
+ 'R1730', 'R1731', 'C0209', 'C3001', 'R1735'),
20
skip=["Too many nested blocks",
21
"Module 'numpy.random' has no 'RandomState' member",
22
"Value 'sch' is unsubscriptable",
@@ -40,7 +40,7 @@ def test_style_test(self):
40
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
41
42
'C0111', 'W0212', 'W0212', 'W0107', 'C0415',
43
44
skip=["Module 'pygame' has no 'init' member",
45
"Module 'pygame' has no 'MOUSEBUTTONUP' member",
46
"test_graph_distance.py:122: W0612",
0 commit comments