From ac663e2175f91ee2dc34a3b76aa27562bd1d2081 Mon Sep 17 00:00:00 2001 From: Vlad Emelianov Date: Wed, 17 Apr 2024 00:51:20 +0300 Subject: [PATCH] Do not override max complexity --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 257f16d7..098fc584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -157,4 +157,3 @@ ignore_errors = true max-line-length = 100 exclude = [".git", "__pycache__", "docs", "build", "dist", "test_*.py", "*.pyi"] ignore = ["E704", "W503", "D200", "D107"] -max-complexity = 14