From 9c686913dd3411b14187b2f95d1a5f094d951b8a Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 18 Jan 2024 12:46:51 +0100 Subject: [PATCH] disabled pylint --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 2f7e959..931aa68 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -7,5 +7,5 @@ plugins: config: tests_patterns: - test/** - pylint: - enabled: true +# pylint: +# enabled: true