feat(models.py): Add EventHistory collection model #10216
Annotations
5 errors and 10 warnings
Run linter annotations:
kernelci/api/models.py#L413
Incompatible types in assignment (expression has type "CheckoutData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
|
Run linter annotations:
kernelci/api/models.py#L488
Incompatible types in assignment (expression has type "KbuildData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
|
Run linter annotations:
kernelci/api/models.py#L578
Incompatible types in assignment (expression has type "TestData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
|
Run linter annotations:
kernelci/api/models.py#L595
Incompatible types in assignment (expression has type "TestData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
|
Run linter annotations:
kernelci/api/models.py#L677
Incompatible types in assignment (expression has type "RegressionData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
|
Run linter annotations:
kernelci/api/helper.py#L194
Method could be a function
|
Run linter annotations:
kernelci/api/helper.py#L236
Method could be a function
|
Run linter annotations:
kernelci/api/latest.py#L183
Missing function or method docstring
|
Run linter annotations:
kernelci/api/latest.py#L183
Unused argument 'namespace'
|
Run linter annotations:
kernelci/api/latest.py#L183
Unused argument 'key'
|
Run linter annotations:
kernelci/api/latest.py#L186
Missing function or method docstring
|
Run linter annotations:
kernelci/api/models.py#L268
Method could be a function
|
Run linter annotations:
kernelci/api/models.py#L792
Method could be a function
|
Run linter annotations:
kernelci/api/models.py#L731
missing whitespace after ','
|
Run linter annotations:
kernelci/api/models.py#L811
expected 2 blank lines, found 1
|
Loading