Skip to content

feat(models.py): Introduce processed_by_kcidb_bridge flag #10340

feat(models.py): Introduce processed_by_kcidb_bridge flag

feat(models.py): Introduce processed_by_kcidb_bridge flag #10340

Triggered via pull request November 29, 2024 08:56
Status Success
Total duration 1m 0s
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#L422
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#L497
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#L592
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#L609
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#L691
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#L277
Method could be a function
Lint: kernelci/api/models.py#L806
Method could be a function
Lint: kernelci/api/models.py#L745
missing whitespace after ','