From 3ef59b58c0f3478325b4f0a2455c07a6873f0237 Mon Sep 17 00:00:00 2001 From: Floyd Hightower Date: Wed, 12 May 2021 06:04:59 -0500 Subject: [PATCH] Ignoring cognitive complexity measures for tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b2c2ee0..236ff06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,4 +14,4 @@ universal = 1 max-line-length = 120 per-file-ignores = d8s_algorithms/__init__.py:F403,F401 - tests/*:E501 + tests/*:E501,CCR001