From 17175ac6017664e604070042672711644e6f481f Mon Sep 17 00:00:00 2001 From: Floyd Hightower Date: Wed, 12 May 2021 06:05:12 -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 3ccf96b..0bd2f8f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,4 +14,4 @@ universal = 1 max-line-length = 120 per-file-ignores = d8s_csv/__init__.py:F403,F401 - tests/*:E501 + tests/*:E501,CCR001