diff --git a/setup.cfg b/setup.cfg index c178190..1fb1827 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [pycodestyle] -ignore = E501 +ignore = E501,W503