From 21a02197d73f263ae222f2ccc49248d8617e2d7d Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sun, 18 Dec 2022 13:40:49 +0100 Subject: project cosmetics --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 7ea4957..7885c4e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -76,7 +76,7 @@ max-attributes=7 max-bool-expr=5 # Maximum number of branch for function / method body. -max-branches=12 +max-branches=15 # Maximum number of locals for function / method body. max-locals=15 @@ -148,7 +148,7 @@ logging-format-style=old [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. -notes=FIXME,TODO,NOTE +notes=FIXME,TODO -- cgit v1.2.3