From 98d7c49ea536001baaca3669c2631a25c8623772 Mon Sep 17 00:00:00 2001 From: Oliver <oliver.henry.walters@gmail.com> Date: Mon, 30 Oct 2023 13:18:48 +1100 Subject: [PATCH] Update .deepsource.toml (#5814) Additional deepsource fix --- .deepsource.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deepsource.toml b/.deepsource.toml index 46c1a5205d..2328293e60 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -8,7 +8,7 @@ exclude_patterns = [ "src/frontend/src/locales/**" # Frontend: Translations ] test_patterns = [ - "**/test_.*.py", + "**/test_*.py", "**/test.py", "**/tests.py" ]