From 622c3940c33187ab14229cb2dc654e92d512b40b Mon Sep 17 00:00:00 2001 From: Snuffy2 Date: Sat, 28 Dec 2024 23:44:56 -0500 Subject: [PATCH] Enable McCabe cyclomatic complexity --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a565ea..7b803ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ select = [ ] ignore = [ - "C901", # Temporarily + # "C901", # McCabe cyclomatic complexity "D202", # No blank lines allowed after function docstring "D203", # 1 blank line required before class docstring "D213", # Multi-line docstring summary should start at the second line