Update .deepsource.toml (#5814)

Additional deepsource fix
This commit is contained in:
Oliver 2023-10-30 13:18:48 +11:00 committed by GitHub
parent 8c14614bb5
commit 98d7c49ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ exclude_patterns = [
"src/frontend/src/locales/**" # Frontend: Translations
]
test_patterns = [
"**/test_.*.py",
"**/test_*.py",
"**/test.py",
"**/tests.py"
]