From 56758d00a6041a2b4c8646ef3853585b9ffbf846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Mon, 11 Oct 2021 00:59:02 +0200 Subject: [PATCH] Update test_code_style.py --- _unittests/ut_module/test_code_style.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_unittests/ut_module/test_code_style.py b/_unittests/ut_module/test_code_style.py index fdd43d3..2a99370 100644 --- a/_unittests/ut_module/test_code_style.py +++ b/_unittests/ut_module/test_code_style.py @@ -30,7 +30,7 @@ def test_code_style_src(self): pylint_ignore=('C0103', 'C1801', 'R0201', 'R1705', 'W0108', 'W0613', 'W0231', 'W0212', 'C0111', 'W0122', 'W0223', 'R1703', 'C0412', 'W0105', 'W0703', 'W0201', - 'W0107', 'C0415', 'R1732', 'W1514'), + 'W0107', 'C0415', 'R1732', 'W1514', 'C0209'), skip=["Unable to import 'pyrsslocal'", ], ) @@ -52,7 +52,7 @@ def test_code_style_test(self): pylint_ignore=('C0111', 'C0103', 'W0622', 'C1801', 'C0412', 'R0201', 'W0122', 'W0123', 'E1101', 'R1705', 'E0401', 'W0621', 'W0212', 'C0411', 'W0107', - 'C0415', 'R1732', 'W1514'), + 'C0415', 'R1732', 'W1514', 'C0209'), skip=[], extended=[("fLOG", _extended_refactoring)])