Refactor user-facing API models #1756
Annotations
5 errors and 10 warnings
api/db.py#L13
Unable to import 'kernelci.api.models'
|
api/main.py#L30
Unable to import 'kernelci.api.models'
|
api/models.py#L31
Unable to import 'kernelci.api.models_base'
|
tests/e2e_tests/test_user_creation.py#L11
Unable to import 'e2e_tests.conftest'
|
tests/unit_tests/test_node_handler.py#L16
Unable to import 'kernelci.api.models'
|
|
|
|
api/admin.py#L23
Argument name "db" doesn't conform to snake_case naming style
|
api/admin.py#L47
Missing function or method docstring
|
api/admin.py#L47
Redefining name 'args' from outer scope (line 64)
|
api/admin.py#L48
Variable name "db" doesn't conform to snake_case naming style
|
api/models.py#L14
Unused BaseSettings imported from pydantic
|
api/models.py#L14
Unused EmailStr imported from pydantic
|
api/pubsub.py#L12
Unused Optional imported from typing
|
The logs for this run have expired and are no longer available.
Loading