From 73208cb975db4baf89643058fbae5e3fc565218c Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 20 Dec 2021 19:13:02 -0500 Subject: [PATCH] chore: allow for a little complexity Now we allow B ratings. Signed-off-by: Mike Fiedler --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 1a9b617..f926fa8 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,6 +9,8 @@ plugins: enabled: true radon: enabled: true + config: + threshold: "C" exclude_patterns: - "*.egg-info/" - .cache/