From 3797018139a7fe5b175a44e405c5f034a39cc67c Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Thu, 16 Sep 2021 10:37:40 +0200 Subject: [PATCH] We're aware there are some complext functions, it's a complex topic. --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index c17fa29..e17089b 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -ignore = E501, W503, E402 +ignore = E501, W503, E402, C901 max-line-length = 79 max-complexity = 18 select = B,C,E,F,W,T4,B9