From 07023d002ef1fc505b65f1c2d2e0b6b2068ec97b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 12 Feb 2020 18:29:31 +0100
Subject: [PATCH] disable cyclomatic complexity for codeclimate

---
 .codeclimate.yml    | 2 --
 satella/__init__.py | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml
index fbc1ad6f..423ae67b 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -11,8 +11,6 @@ engines:
     enabled: true
   pep8:
     enabled: true
-  radon:
-    enabled: true
 exclude_paths:
   - examples/**
   - tests/**
diff --git a/satella/__init__.py b/satella/__init__.py
index 7e3c928c..b06b988c 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.4.17a7'
+__version__ = '2.4.17a8'
-- 
GitLab