From 2c01699b99db5471ed1aab7a697831d39b112f1d Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Thu, 15 Oct 2020 22:32:56 +0000 Subject: [PATCH] linter pacification --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e63ac04..93087c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ length_sort = True [flake8] max-line-length = 100 -max-complexity = 10 +max-complexity = 12 ignore = # Missing trailing comma (handled by sjfmt) C812 @@ -136,6 +136,9 @@ max-locals = 20 # Maximum number of arguments for function / method max-args = 12 +# Maximum number of branch for function / method body +max-branches = 14 + good-names = logger,i,ex # These are packages that are implemented as c extensions and