From e863609cbecb64183c423ca66702f7d7255a9ab5 Mon Sep 17 00:00:00 2001 From: Martin Whitehouse Date: Mon, 25 Jul 2022 01:17:12 +0200 Subject: [PATCH] Add complexity to flake8 configuration Set to maximum value 20 --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 4bbce879..80233cdf 100644 --- a/.flake8 +++ b/.flake8 @@ -2,6 +2,7 @@ max-line-length = 120 exclude = .git,__pycache__,.tox,.eggs,*.egg,node_modules,.venv,migrations,docs,demo,tests,setup.py import-order-style = pep8 +max-complexity = 20 [pycodestyle] max-line-length = 120