Merge pull request #4663 from awsr/patch-2

Update PyRight Config
pull/4667/head
Vladimir Mandic 2026-02-28 19:49:35 +01:00 committed by GitHub
commit 6c5f7c298a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -383,6 +383,10 @@ exclude = [
"**/__pycache__",
"venv",
]
extraPaths = [
"scripts",
"pipelines",
]
reportMissingImports = "none"
reportInvalidTypeForm = "none"