Update .deepsource.toml

pull/9386/head
Nicholas Tindle 2025-01-29 10:31:57 -06:00
parent f67060fd8f
commit f1bc9d1581
No known key found for this signature in database
GPG Key ID: C4A2154D91363A47
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
version = 1
test_patterns = ["test_*.py", "tests/**", "test/**", "*.spec.ts", "*_test.py"]
test_patterns = ["**/*.spec.ts","**/*_test.py","**/*_tests.py","**/test_*.py"]
exclude_patterns = ["classic/**"]