mirror of https://github.com/vladmandic/automatic
commit
6c5f7c298a
|
|
@ -383,6 +383,10 @@ exclude = [
|
||||||
"**/__pycache__",
|
"**/__pycache__",
|
||||||
"venv",
|
"venv",
|
||||||
]
|
]
|
||||||
|
extraPaths = [
|
||||||
|
"scripts",
|
||||||
|
"pipelines",
|
||||||
|
]
|
||||||
reportMissingImports = "none"
|
reportMissingImports = "none"
|
||||||
reportInvalidTypeForm = "none"
|
reportInvalidTypeForm = "none"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue