Skip to content
This repository has been archived by the owner on Jul 23, 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 Mar 9, 2021
1 parent f81a7c1 commit 6e4cf9f
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_code_style_src(self):
src_ = os.path.normpath(os.path.join(thi, "..", "..", "src"))
check_pep8(src_, fLOG=fLOG, extended=[("fLOG", _extended_refactoring)],
pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613',
'W0231', 'W0212', 'C0111', 'W0107'),
'W0231', 'W0212', 'C0111', 'W0107', 'R1728'),
skip=["Redefining built-in 'iter'",
"iter_rows.py:340",
"translation_class.py",
Expand Down

0 comments on commit 6e4cf9f

Please sign in to comment.