kernelci.api.models: update default
values for Dict
fields
#10343
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 ','
|