Skip to content

Commit 8480703

Browse files
committed
Update test_SKIP_code_style.py
1 parent 7d72715 commit 8480703

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_unittests/ut_module/test_SKIP_code_style.py

Lines changed: 3 additions & 2 deletions
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', 'R0201', 'R1705', 'W0108', 'W0613',
1818
'W0201', 'W0221', 'E0632', 'R1702', 'W0212', 'W0223',
19-
'W0107', "R1720"),
19+
'W0107', "R1720", 'R1732'),
2020
skip=["categories_to_integers.py:174: W0640",
2121
"E0401: Unable to import 'mlinsights.mlmodel.piecewise_tree_regression_criterion",
2222
"setup.py:",
@@ -29,7 +29,8 @@ def test_style_test(self):
2929
test = os.path.normpath(os.path.join(thi, "..", ))
3030
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
3131
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
32-
'C0111', 'W0107', 'C0111', 'R1702', 'C0415', "R1720"),
32+
'C0111', 'W0107', 'C0111', 'R1702', 'C0415', "R1720",
33+
'R1732'),
3334
skip=["Instance of 'tuple' has no",
3435
"[E402] module level import",
3536
"E0611: No name '_test_criterion_",

0 commit comments

Comments
 (0)