2
0
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:
Matthias Mair
2023-10-19 07:36:24 +02:00
166 changed files with 765 additions and 1081 deletions

View File

@ -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"