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 May 1, 2021
1 parent 8fe8f77 commit 190729a
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 @@ -102,7 +102,7 @@ def test_style_src(self):
'W020', 'W0212', 'C0123', 'C0302', 'W0221',
'R0912', 'E0203', 'W0201', 'R1710', 'W0603',
'R1711', 'R1714', 'W0107', 'W0640', 'C0415',
'W1114', 'R1721'))
'W1114', 'R1721', 'R1732', 'R1730'))

def test_style_test(self):
fLOG(
Expand Down Expand Up @@ -159,7 +159,7 @@ def test_style_test(self):
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
'C0111', 'C0200', 'C0122', "W0123", 'W0703',
'W0212', 'W0201', 'R1711', 'R1714', 'W0107',
'C0415', 'W1114', 'R1721'))
'C0415', 'W1114', 'R1721', 'R1732', 'R1730'))


if __name__ == "__main__":
Expand Down

0 comments on commit 190729a

Please sign in to comment.