mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue5729
This commit is contained in:
@ -7,6 +7,12 @@ exclude_patterns = [
|
||||
"InvenTree/**/migrations/*.py", # Backend: Migration files
|
||||
"src/frontend/src/locales/**" # Frontend: Translations
|
||||
]
|
||||
test_patterns = [
|
||||
"test_.*.py",
|
||||
"test.py",
|
||||
"tests.py"
|
||||
]
|
||||
|
||||
|
||||
[[analyzers]]
|
||||
name = "shell"
|
||||
|
Reference in New Issue
Block a user