From eb58db7df9375e395a34b21c21e0e5b668579d45 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 6 Sep 2020 13:13:29 +0200 Subject: [PATCH] Inscrease max function complexity to 15 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index eff97a2b..1b0f4b55 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ exclude = .cache, .eggs, *migrations* -max-complexity = 10 +max-complexity = 15 max-line-length = 160 import-order-style = google application-import-names = flake8