diff --git a/setup.cfg b/setup.cfg index 28ceaede..c735e0a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,8 @@ ignore = E722,F841,W503 disable=invalid-name,bare-except,broad-except # invalid-name: needs fixing during a large, project-wide refactor # bare-except,broad-except: Need fixing once thorough testing is easier +max-args = 8 +max-attributes = 8 [MASTER] init-hook = import sys;sys.path.append('src')