Update .deepsource.toml

This commit is contained in:
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

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