fix pyright for package files (#42112)
This commit is contained in:
parent
c508ff1e5f
commit
0eaab09e88
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ ignore_missing_imports = true
|
||||||
useLibraryCodeForTypes = true
|
useLibraryCodeForTypes = true
|
||||||
reportMissingImports = true
|
reportMissingImports = true
|
||||||
reportWildcardImportFromLibrary = false
|
reportWildcardImportFromLibrary = false
|
||||||
include = ['lib/spack']
|
include = ['lib/spack', 'var/spack/repos']
|
||||||
ignore = ['lib/spack/external']
|
ignore = ['lib/spack/external']
|
||||||
extraPaths = ['lib/spack', 'lib/spack/external']
|
extraPaths = ['lib/spack', 'lib/spack/external']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue