feat(main.py): Implement /nodes/set endpoint #2269
Annotations
1 error and 8 warnings
api/main.py#L37
Unable to import 'kernelci.api.models'
|
api/main.py#L717
Too many local variables (16/15)
|
api/main.py#L774
Missing class docstring
|
api/main.py#L807
Consider merging these comparisons with "in" to "value in ('true', 'True')"
|
api/main.py#L809
Consider merging these comparisons with "in" to "value in ('false', 'False')"
|
api/main.py#L62
third party import "from pydantic import BaseModel" should be placed before "from .auth import Authentication"
|
api/main.py#L774
expected 2 blank lines, found 1
|
api/main.py#L779
expected 2 blank lines, found 1
|
api/main.py#L781
continuation line under-indented for visual indent
|
The logs for this run have expired and are no longer available.
Loading