feat(main.py): Implement /nodes/set endpoint #2266
Annotations
5 errors and 7 warnings
Lint:
api/main.py#L37
Unable to import 'kernelci.api.models'
|
Lint:
api/main.py#L773
Undefined variable 'BaseModel'
|
check (3.10)
Process completed with exit code 1.
|
check (3.11)
The job was canceled because "_3_10" failed.
|
check (3.11)
The operation was canceled.
|
Lint:
api/main.py#L716
Too many local variables (16/15)
|
Lint:
api/main.py#L773
Missing class docstring
|
Lint:
api/main.py#L773
Too few public methods (0/2)
|
Lint:
api/main.py#L806
Consider merging these comparisons with "in" to "value in ('true', 'True')"
|
Lint:
api/main.py#L808
Consider merging these comparisons with "in" to "value in ('false', 'False')"
|
Lint:
api/main.py#L773
expected 2 blank lines, found 1
|
Lint:
api/main.py#L778
expected 2 blank lines, found 1
|