Skip to content

Commit 0eaab09

Browse files
authored
fix pyright for package files (spack#42112)
1 parent c508ff1 commit 0eaab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ignore_missing_imports = true
171171
useLibraryCodeForTypes = true
172172
reportMissingImports = true
173173
reportWildcardImportFromLibrary = false
174-
include = ['lib/spack']
174+
include = ['lib/spack', 'var/spack/repos']
175175
ignore = ['lib/spack/external']
176176
extraPaths = ['lib/spack', 'lib/spack/external']
177177

0 commit comments

Comments
 (0)