Exclude PUI translations from deepsource analysis
This commit is contained in:
parent
566a9729b9
commit
edc028961e
|
|
@ -4,7 +4,8 @@ exclude_patterns = [
|
|||
"docs/ci/**",
|
||||
"InvenTree/InvenTree/static/**",
|
||||
"ci/**",
|
||||
"InvenTree/**/migrations/*.py"
|
||||
"InvenTree/**/migrations/*.py",
|
||||
"src/frontend/src/locales/**"
|
||||
]
|
||||
|
||||
[[analyzers]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue