From 77be5772c49ab94266e0d367a31f874c0b187012 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 17 Jan 2024 23:13:20 +0100 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 09c810c..2f7e959 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,11 @@ +version: "2" plugins: bandit: enabled: true sonar-python: enabled: true + config: + tests_patterns: + - test/** pylint: enabled: true