From 1f40d28a850a4b5f847d42ff0a37f75931bc41e9 Mon Sep 17 00:00:00 2001 From: default_writer Date: Wed, 10 Sep 2025 18:59:35 +0300 Subject: [PATCH] added exclusions --- .codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codacy.yml b/.codacy.yml index 21b0ab0e..ab4d0720 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,3 +1,3 @@ --- exclude_paths: - - "**/tests/**" + - "tests/**"