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 Feb 4, 2023
1 parent 94349a4 commit 260c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_module/test_code_style.py
Expand Up @@ -28,7 +28,7 @@ def test_style_test(self):
test = os.path.normpath(os.path.join(thi, "..", ))
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
pylint_ignore=('C0103', 'C1801', 'R1705', 'W0108', 'W0613',
'C0111', 'W0703', 'C0415', 'C0209'),
'C0111', 'W0703', 'C0415', 'C0209', 'R1735'),
skip=["No name 'cprint' in module 'cpyquickhelper.io.stdchelper'",
"test_weighted_dataframe.py:29: E0611",
])
Expand Down

0 comments on commit 260c130

Please sign in to comment.