From b22a2a1ee9742f3c9be3bcbf0d9a6631cad7e84e Mon Sep 17 00:00:00 2001 From: Liam Mulhall Date: Mon, 4 Nov 2024 13:58:16 -0700 Subject: [PATCH] Ignore McCabe complexity rule --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index de047bb..4d91e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,7 @@ select = [ "W" ] fixable = ["ALL"] +ignore = ["C901"] [tool.ruff.format] # Like Black, use double quotes for strings.