diff --git a/_unittests/ut_module/test_code_style.py b/_unittests/ut_module/test_code_style.py index 9e72115d3..595281e71 100644 --- a/_unittests/ut_module/test_code_style.py +++ b/_unittests/ut_module/test_code_style.py @@ -147,6 +147,8 @@ def test_style_test(self): "test_SKIP_torch.py:102: E1101", "test_SKIP_torch.py:104: E1101", "R1720", + "quicksort.py", + "quicksort2.py", ] if is_travis_or_appveyor() == "appveyor":