2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

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

View File

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