We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2fecd commit a109d9bCopy full SHA for a109d9b
_unittests/ut_module/test_code_style.py
@@ -15,7 +15,7 @@ def test_style_src(self):
15
src_ = os.path.normpath(os.path.join(
16
thi, "..", "..", "pandas_streaming"))
17
check_pep8(src_, fLOG=fLOG,
18
- pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
+ pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
19
'W0212', 'W0703', 'W0107', 'C0302', 'C0209'),
20
skip=["Too many nested blocks",
21
"Module 'numpy.random' has no 'RandomState' member",
@@ -26,7 +26,7 @@ def test_style_test(self):
26
thi = os.path.abspath(os.path.dirname(__file__))
27
test = os.path.normpath(os.path.join(thi, "..", ))
28
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
29
30
'C0111', 'W0107', 'C0302', 'R1732', 'C0209'),
31
skip=[])
32
0 commit comments