From edf5ca18d94c081ca84b0e6d3e67b6b05c56641d Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Sun, 18 Aug 2019 15:05:19 +0200 Subject: [PATCH] Add C901 to .flake8: cyclomatic complexity to high --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 786115bcb..f4cc20cdb 100644 --- a/.flake8 +++ b/.flake8 @@ -3,4 +3,4 @@ max-line-length=120 exclude=pystencils/jupyter.py, pystencils/plot.py pystencils/session.py -ignore = W293 W503 W291 +ignore = W293 W503 W291 C901 -- GitLab