mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
Update .deepsource.toml (#5812)
Fix test patterns for deepsource Ref: https://github.com/inventree/InvenTree/pull/5778#issuecomment-1781903275
This commit is contained in:
parent
8aad3eeefa
commit
8c14614bb5
@ -8,9 +8,9 @@ exclude_patterns = [
|
|||||||
"src/frontend/src/locales/**" # Frontend: Translations
|
"src/frontend/src/locales/**" # Frontend: Translations
|
||||||
]
|
]
|
||||||
test_patterns = [
|
test_patterns = [
|
||||||
"test_.*.py",
|
"**/test_.*.py",
|
||||||
"test.py",
|
"**/test.py",
|
||||||
"tests.py"
|
"**/tests.py"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user