We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d72715 commit 8480703Copy full SHA for 8480703
1 file changed
_unittests/ut_module/test_SKIP_code_style.py
@@ -16,7 +16,7 @@ def test_style_src(self):
16
check_pep8(src_, fLOG=fLOG,
17
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
18
'W0201', 'W0221', 'E0632', 'R1702', 'W0212', 'W0223',
19
- 'W0107', "R1720"),
+ 'W0107', "R1720", 'R1732'),
20
skip=["categories_to_integers.py:174: W0640",
21
"E0401: Unable to import 'mlinsights.mlmodel.piecewise_tree_regression_criterion",
22
"setup.py:",
@@ -29,7 +29,8 @@ def test_style_test(self):
29
test = os.path.normpath(os.path.join(thi, "..", ))
30
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
31
32
- 'C0111', 'W0107', 'C0111', 'R1702', 'C0415', "R1720"),
+ 'C0111', 'W0107', 'C0111', 'R1702', 'C0415', "R1720",
33
+ 'R1732'),
34
skip=["Instance of 'tuple' has no",
35
"[E402] module level import",
36
"E0611: No name '_test_criterion_",
0 commit comments