diff --git a/setup.cfg b/setup.cfg index 8672af07..23c6e98d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,11 +17,12 @@ ignore = E501, W503 max-line-length = 120 statistics = True -[pylint] +[pylint.FORMAT] ignore = migrations,CVS generated-members = objects +max-line-length = 120 -[MESSAGES CONTROL] +[pylint.MESSAGES CONTROL] enable = line-too-long, syntax-error,