From 344e089364bdd4120de542923798be7bb881c5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?unde=C6=92ined?= Date: Sun, 18 Aug 2024 03:27:54 +0200 Subject: [PATCH] CHANGE: Adjust function complexity by a fraction to fit existing code --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eec0ab..5467b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ extend-select = [ ] per-file-ignores = [] max-line-length = 120 -max-complexity = 12 +max-complexity = 15 exclude = [ ".git", "__pycache__",