Skip to content

Commit

Permalink
Final PEP
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Apr 20, 2021
1 parent 7358807 commit 4eecce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modopt/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eecce6

Please sign in to comment.