diff --git a/setup.cfg b/setup.cfg index 6f96c72..7ec63bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ ignore = migrations,CVS max-line-length = 120 [pylint.messages_control] -disable = C0103 +disable = C0103, W0707 [MESSAGES CONTROL] enable =