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

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 1, 2021
1 parent 5b5398e commit adb2978
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 @@ -48,7 +48,7 @@ def test_style_test(self):
check_pep8(test, fLOG=fLOG, neg_pattern="temp_.*",
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
'C0111', 'W0703', 'C0122', 'W0101', 'R1707',
'C0415'),
'C0415', 'W0640'),
skip=["Unable to import 'ensae_teaching_cs.pythonnet'",
"Redefining name 'path' from outer scope",
"Unable to import 'keyring'",
Expand Down

0 comments on commit adb2978

Please sign in to comment.