Skip to content

upd(api/models.py): Update comment on flag #10354

upd(api/models.py): Update comment on flag

upd(api/models.py): Update comment on flag #10354

Triggered via pull request December 3, 2024 21:52
Status Failure
Total duration 3m 3s
Artifacts

main.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
check (3.11)
Process completed with exit code 2.
check (3.10)
The job was canceled because "_3_11" failed.
check (3.10)
The operation was canceled.
Lint: kernelci/api/models.py#L424
Incompatible types in assignment (expression has type "CheckoutData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L499
Incompatible types in assignment (expression has type "KbuildData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L594
Incompatible types in assignment (expression has type "TestData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L611
Incompatible types in assignment (expression has type "TestData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L693
Incompatible types in assignment (expression has type "RegressionData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L279
Method could be a function
Lint: kernelci/api/models.py#L808
Method could be a function
Lint: kernelci/api/models.py#L747
missing whitespace after ','