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 4, 2021
1 parent 80f4035 commit ef54943
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):
'E0203',
'R0201', 'R0901', 'R0902', 'R0911', 'R0912',
'R0913', 'R0914', 'R0915', 'R1702', 'R1705',
'W0613', 'C0415',
'W0613', 'C0415', 'R1732',
'W0123', 'W0212', 'W0703', 'W0201'),
skip=["_nbconvert_config.py:",
#
Expand Down Expand Up @@ -61,7 +61,7 @@ def test_code_style_test(self):
max_line_length=200,
pylint_ignore=('C0111', 'C0103', 'R0914', 'W0212', 'C0413', 'W0621',
'W0703', 'W0622', 'W0122', 'R0912', 'R0201',
'R0915', 'C1801', 'C0415'),
'R0915', 'C1801', 'C0415', 'R1732'),
skip=["[E402] module ",
"test_windows_autopy3.py:",
"R1720",
Expand Down

0 comments on commit ef54943

Please sign in to comment.