diff --git a/setup.cfg b/setup.cfg index 305608721..719cf062f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [pep8] - exclude = urls.py,*migrations* - max-line-length = 100 - ignore = W503 +exclude = urls.py,*migrations* +max-line-length = 100 +ignore = W503