diff --git a/setup.cfg b/setup.cfg index c6ef7173939a234fc3215f52227509d6436e148f..4525555fc0fb991fadad42aac24ec15752a01e7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ disable = no-name-in-module, too-many-arguments, too-many-statements, + too-many-lines, duplicate-code, broad-except, too-many-branches,