diff --git a/setup.cfg b/setup.cfg index aa45b22b..4d7011c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,7 @@ disable = missing-function-docstring, wrong-import-position, protected-access, + no-name-in-module, duplicate-code, broad-except, too-many-branches,