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
|
||||
reportMissingImports = true
|
||||
reportWildcardImportFromLibrary = false
|
||||
include = ['lib/spack']
|
||||
include = ['lib/spack', 'var/spack/repos']
|
||||
ignore = ['lib/spack/external']
|
||||
extraPaths = ['lib/spack', 'lib/spack/external']
|
||||
|
||||
|
|
Loading…
Reference in a new issue