mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 09:01:01 +02:00
Update PyRight config
Add extraPaths for scripts, pipelines, and extensions.
This commit is contained in:
@@ -383,6 +383,11 @@ exclude = [
|
||||
"**/__pycache__",
|
||||
"venv",
|
||||
]
|
||||
extraPaths = [
|
||||
"scripts",
|
||||
"pipelines",
|
||||
"extensions-builtin",
|
||||
]
|
||||
reportMissingImports = "none"
|
||||
reportInvalidTypeForm = "none"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user