Skip to content

kernelci.api.models: update default values for Dict fields #10343

kernelci.api.models: update default values for Dict fields

kernelci.api.models: update default values for Dict fields #10343

Triggered via pull request November 29, 2024 12:18
Status Success
Total duration 3m 26s
Artifacts

main.yml

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

Annotations

5 errors and 3 warnings
Lint: kernelci/api/models.py#L418
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#L493
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#L588
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#L605
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#L687
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#L273
Method could be a function
Lint: kernelci/api/models.py#L802
Method could be a function
Lint: kernelci/api/models.py#L741
missing whitespace after ','