Skip to content

Commit a109d9b

Browse files
committed
lint
1 parent 9a2fecd commit a109d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_unittests/ut_module/test_code_style.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_style_src(self):
1515
src_ = os.path.normpath(os.path.join(
1616
thi, "..", "..", "pandas_streaming"))
1717
check_pep8(src_, fLOG=fLOG,
18-
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
18+
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
1919
'W0212', 'W0703', 'W0107', 'C0302', 'C0209'),
2020
skip=["Too many nested blocks",
2121
"Module 'numpy.random' has no 'RandomState' member",
@@ -26,7 +26,7 @@ def test_style_test(self):
2626
thi = os.path.abspath(os.path.dirname(__file__))
2727
test = os.path.normpath(os.path.join(thi, "..", ))
2828
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
29-
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
29+
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
3030
'C0111', 'W0107', 'C0302', 'R1732', 'C0209'),
3131
skip=[])
3232

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy