diff --git a/.deepsource.toml b/.deepsource.toml index 05abe147c1..46c1a5205d 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -8,9 +8,9 @@ exclude_patterns = [ "src/frontend/src/locales/**" # Frontend: Translations ] test_patterns = [ - "test_.*.py", - "test.py", - "tests.py" + "**/test_.*.py", + "**/test.py", + "**/tests.py" ]