ci: add pyright checker #1
Annotations
4 errors and 1 warning
pyright:
mddatasetbuilder/deepmd.py#L56
Cannot access attribute "to_deepmd_npy" for class "MultiSystems"
Attribute "to_deepmd_npy" is unknown (reportAttributeAccessIssue)
|
pyright:
mddatasetbuilder/detect.py#L13
Import ".dps" could not be resolved (reportMissingImports)
|
pyright:
tests/test_datasetbuilder.py#L10
Import "pytest" could not be resolved (reportMissingImports)
|
pyright
3 errors
|
pyright:
tests/test_datasetbuilder.py#L11
Import "requests" could not be resolved from source (reportMissingModuleSource)
|