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" ]