Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update test_code_style.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 28, 2022
1 parent 7a12473 commit b844b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _unittests/ut_module/test_code_style.py
Expand Up @@ -22,7 +22,7 @@ def test_style_src(self):
src_ = os.path.normpath(os.path.join(thi, "..", "..", "src"))
check_pep8(src_, fLOG=fLOG, run_cmd_filter=_run_cmd_filter,
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
'R0911', 'W0201', 'W070', 'W0622', 'R1702',
'R0911', 'W0201', 'W0622', 'R1702',
'C0111', 'W0703', 'C0200', 'C0415', 'C0209'),
neg_pattern='.*MokadiGrammar_((frParser)|(frListener)|(frLexer))[.]py$',
skip=["Unable to import 'ensae_teaching_cs.pythonnet'",
Expand Down Expand Up @@ -54,7 +54,7 @@ def test_style_test(self):
test = os.path.normpath(os.path.join(thi, "..", ))
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*", run_cmd_filter=_run_cmd_filter,
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
'C0111', 'W0703', 'C0122', 'W0101', 'R1707',
'C0111', 'W0703', 'W0101', 'R1707',
'W0611', 'C0415', 'C0209'),
skip=["Unable to import 'ensae_teaching_cs.pythonnet'",
"Redefining name 'path' from outer scope",
Expand Down

0 comments on commit b844b4b

Please sign in to comment.