You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The pyright type checker erroneously fails on the archivist/cmds
directory.
Solution:
The archivist cmds directory does not contain library code but only the
exposed entrypoints. The solution is to not bother checking the cmds
subdirectory.
Fixes AB#7653
Signed-off-by: Paul Hewlett <[email protected]>
0 commit comments