diff --git a/setup.cfg b/setup.cfg index 9adb3ce..257ddaf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,10 +2,10 @@ universal = 1 [flake8] -max_line_length = 88 +ignore = E501,W503 [metadata] license_file = COPYING [pycodestyle] -max_line_length = 88 +ignore = E501