CI: Bump codecov/codecov-action from v3 to v4 #22
Annotations
10 errors and 6 warnings
Run jakebailey/pyright-action@v1:
examples/abacus/preprunvasp.py#L55
Argument of type "type[PrepAbacus]" cannot be assigned to parameter "prep_op" of type "OP" in function "__init__"
"type[ABCMeta]" is incompatible with "type[OP]" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
examples/abacus/preprunvasp.py#L56
Argument of type "type[RunAbacus]" cannot be assigned to parameter "run_op" of type "OP" in function "__init__"
"type[ABCMeta]" is incompatible with "type[OP]" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
examples/vasp/preprunvasp.py#L55
Argument of type "type[PrepVasp]" cannot be assigned to parameter "prep_op" of type "OP" in function "__init__"
"type[ABCMeta]" is incompatible with "type[OP]" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
examples/vasp/preprunvasp.py#L56
Argument of type "type[RunVasp]" cannot be assigned to parameter "run_op" of type "OP" in function "__init__"
"type[ABCMeta]" is incompatible with "type[OP]" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
fpop/abacus.py#L517
Method "prep_task" overrides class "PrepFp" in an incompatible manner
Parameter 3 name mismatch: base parameter is named "inputs", override parameter is named "abacus_inputs" (reportIncompatibleMethodOverride)
|
Run jakebailey/pyright-action@v1:
fpop/abacus.py#L639
Argument of type "bool" cannot be assigned to parameter "input" of type "str | None" in function "run_command"
Type "bool" cannot be assigned to type "str | None"
"bool" is incompatible with "str"
"bool" is incompatible with "None" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
fpop/prep_fp.py#L87
Method "execute" overrides class "OP" in an incompatible manner
Parameter 2 name mismatch: base parameter is named "op_in", override parameter is named "ip" (reportIncompatibleMethodOverride)
|
Run jakebailey/pyright-action@v1:
fpop/preprun_fp.py#L147
Argument of type "List[str] | None" cannot be assigned to parameter "python_packages" of type "List[PathLike[Unknown]] | None" in function "__init__" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
fpop/preprun_fp.py#L178
Argument of type "List[str] | None" cannot be assigned to parameter "python_packages" of type "List[PathLike[Unknown]] | None" in function "__init__" (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
fpop/run_fp.py#L110
Method "execute" overrides class "OP" in an incompatible manner
Parameter 2 name mismatch: base parameter is named "op_in", override parameter is named "ip" (reportIncompatibleMethodOverride)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run jakebailey/pyright-action@v1:
tests/test_prep_run_vasp.py#L94
Expression value is unused (reportUnusedExpression)
|
Run jakebailey/pyright-action@v1:
tests/test_run_abacus.py#L5
Import "mock" could not be resolved from source (reportMissingModuleSource)
|
Run jakebailey/pyright-action@v1:
tests/test_run_abacus.py#L5
Import "mock.mock" could not be resolved from source (reportMissingModuleSource)
|
Run jakebailey/pyright-action@v1:
tests/test_run_vasp.py#L5
Import "mock" could not be resolved from source (reportMissingModuleSource)
|
Run jakebailey/pyright-action@v1:
tests/test_run_vasp.py#L5
Import "mock.mock" could not be resolved from source (reportMissingModuleSource)
|
Loading