There was an error while loading. Please reload this page.
1 parent cd244ea commit d5d5311Copy full SHA for d5d5311
_unittests/ut_module/test_code_style.py
@@ -16,7 +16,7 @@ def test_style_src(self):
16
thi, "..", "..", "pandas_streaming"))
17
check_pep8(src_, fLOG=fLOG,
18
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
19
- 'W0212', 'W0703', 'W0107', 'C0302'),
+ 'W0212', 'W0703', 'W0107', 'C0302', 'C0209'),
20
skip=["Too many nested blocks",
21
"Module 'numpy.random' has no 'RandomState' member",
22
"dataframe_split.py:60: [E731]",
@@ -27,7 +27,7 @@ def test_style_test(self):
27
test = os.path.normpath(os.path.join(thi, "..", ))
28
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
29
30
- 'C0111', 'W0107', 'C0302', 'R1732'),
+ 'C0111', 'W0107', 'C0302', 'R1732', 'C0209'),
31
skip=[])
32
33
0 commit comments