Skip to content
This repository has been archived by the owner on Jul 22, 2023. 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 Oct 10, 2021
1 parent 6ebf034 commit 56758d0
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 @@ -30,7 +30,7 @@ def test_code_style_src(self):
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
'W0231', 'W0212', 'C0111', 'W0122', 'W0223',
'R1703', 'C0412', 'W0105', 'W0703', 'W0201',
'W0107', 'C0415', 'R1732', 'W1514'),
'W0107', 'C0415', 'R1732', 'W1514', 'C0209'),
skip=["Unable to import 'pyrsslocal'",
],
)
Expand All @@ -52,7 +52,7 @@ def test_code_style_test(self):
pylint_ignore=('C0111', 'C0103', 'W0622', 'C1801', 'C0412',
'R0201', 'W0122', 'W0123', 'E1101', 'R1705',
'E0401', 'W0621', 'W0212', 'C0411', 'W0107',
'C0415', 'R1732', 'W1514'),
'C0415', 'R1732', 'W1514', 'C0209'),
skip=[],
extended=[("fLOG", _extended_refactoring)])

Expand Down

0 comments on commit 56758d0

Please sign in to comment.