diff --git a/setup.cfg b/setup.cfg index 8fd2726f..7609b1a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,6 +39,7 @@ disable = wrong-import-position, protected-access, no-name-in-module, + too-many-arguments, too-many-statements, duplicate-code, broad-except,