diff --git a/setup.cfg b/setup.cfg index cddb81dc..cbf283d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,9 @@ disable = missing-function-docstring, wrong-import-position, duplicate-code, - broad-except + broad-except, + too-many-branches, + too-many-locals [pylint.BASIC] good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode