diff --git a/modopt/tests/test_base.py b/modopt/tests/test_base.py index f814522a..fcc3789a 100644 --- a/modopt/tests/test_base.py +++ b/modopt/tests/test_base.py @@ -15,8 +15,8 @@ import numpy.testing as npt from modopt.base import np_adjust, transform, types -from modopt.base.backend import LIBRARIES -from modopt.base.backend import change_backend, get_array_module, get_backend +from modopt.base.backend import (LIBRARIES, change_backend, get_array_module, + get_backend) class NPAdjustTestCase(TestCase): diff --git a/setup.cfg b/setup.cfg index d6992561..56295be3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,9 +54,9 @@ per-file-ignores = #Todo: Check security of using system executable call modopt/signal/wavelet.py: S404,S603 #Todo: Clean up tests - modopt/tests/*.py: E731,F401,WPS301,WPS420,WPS425,WPS437,WPS604,E501 + modopt/tests/*.py: E731,F401,WPS301,WPS420,WPS425,WPS437,WPS604 #Todo: Import has bad paramthesis - modopt/tests/test_base.py: WPS318,WPS319 + modopt/tests/test_base.py: WPS318,WPS319,E501,WPS301 #WPS Settings max-arguments = 25 max-attributes = 40