From 650389ea6f6ba86a328fc5f858fd44197ada701c Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 12 Mar 2020 02:36:56 +0100
Subject: [PATCH] Ignore complexity warnings in flake8 config

---
 setup.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index e5d685a..57e1fcb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -129,7 +129,8 @@ exclude =
     .eggs
     docs/conf.py
 max-line-length=120
-ignore = W293 W503 W291 W504
+ignore = W293 W503 W291 W504 C901
+
 
 [pyscaffold]
 # PyScaffold's parameters when the project was created.
-- 
GitLab