Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 13, 2022
1 parent e9f6525 commit 140047b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _unittests/ut_module/test_code_style.py
Expand Up @@ -14,7 +14,7 @@ def test_style_src(self):
thi = os.path.abspath(os.path.dirname(__file__))
src_ = os.path.normpath(os.path.join(thi, "..", "..", "wrapclib"))
check_pep8(src_, fLOG=fLOG,
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705',
pylint_ignore=('C0103', 'C1801', 'R1705',
'W0108', 'W0613', 'W0212'),
skip=["gitsrc/re2", "gitsrc\\re",
"gitsrc/benchlog", "gitsrc\\benchlog"])
Expand All @@ -23,7 +23,7 @@ def test_style_test(self):
thi = os.path.abspath(os.path.dirname(__file__))
test = os.path.normpath(os.path.join(thi, "..", ))
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705',
pylint_ignore=('C0103', 'C1801', 'R1705',
'W0108', 'W0613', 'C0111', 'W0703',
'C0116'),
skip=[])
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@ jyquickhelper
matplotlib
numpy>=1.14
pandas>=0.24
pylint
pylint>=2.14.0
pillow
pyquickhelper>=1.9.3240
pyquicksetup>=0.2
Expand Down

0 comments on commit 140047b

Please sign in to comment.