Exclude PUI translations from deepsource analysis

This commit is contained in:
Matthias Mair 2023-10-18 21:53:30 +02:00
parent 566a9729b9
commit edc028961e
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ exclude_patterns = [
"docs/ci/**",
"InvenTree/InvenTree/static/**",
"ci/**",
"InvenTree/**/migrations/*.py"
"InvenTree/**/migrations/*.py",
"src/frontend/src/locales/**"
]
[[analyzers]]