Skip to content

Adding project APIs and Auth APIs #13

Adding project APIs and Auth APIs

Adding project APIs and Auth APIs #13

Triggered via pull request July 6, 2025 16:41
Status Failure
Total duration 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ruff-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
check
The process '/opt/hostedtoolcache/ruff/0.12.2/x86_64/ruff' failed with exit code 1
Ruff (F401): api-server/app/user/routes.py#L4
api-server/app/user/routes.py:4:21: F401 `fastapi.Depends` imported but unused
Ruff (F401): api-server/app/user/routes.py#L3
api-server/app/user/routes.py:3:20: F401 `typing.Annotated` imported but unused
Ruff (F401): api-server/app/user/routes.py#L2
api-server/app/user/routes.py:2:30: F401 `fastapi.security.OAuth2PasswordBearer` imported but unused
Ruff (F401): api-server/app/project/models/create_project_response.py#L2
api-server/app/project/models/create_project_response.py:2:37: F401 `.project_database_model.Project` imported but unused