From a5d1d260852c6d846d7cff1e8d6553825d0a169d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 4 Aug 2019 20:56:49 +0200 Subject: Configured flask8 to use max_complexity=10 Also reorganised the only function that had a higher complexity. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c5601b1..e377bdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ license_file = LICENSE [flake8] max-line-length = 100 +max-complexity = 10 [pep8] max-line-length = 100 -- cgit v1.2.3