diff --git a/setup.cfg b/setup.cfg index 3009ae911a..68e141a457 100644 --- a/setup.cfg +++ b/setup.cfg @@ -97,6 +97,7 @@ all = # https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes max-line-length = 80 +max-complexity = 50 select = C,E,F,W,B,B950 ignore = # E203: whitespace before ':'