Bump ruff from 0.4.10 to 0.5.5 in /src/api #287
pull_request.yml
on: pull_request
linting
/
Runs pre-commit
34s
build_api
/
Build docker image
build_frontend
/
Build docker image
Annotations
10 errors
Ruff (DOC501):
src/api/abandonauth/dependencies/auth/developer_application_deps.py#L30
abandonauth/dependencies/auth/developer_application_deps.py:30:15: DOC501 Raised exception `HTTPException` missing from docstring
|
Ruff (DOC501):
src/api/abandonauth/dependencies/auth/jwt.py#L77
abandonauth/dependencies/auth/jwt.py:77:15: DOC501 Raised exception `HTTPException` missing from docstring
|
Ruff (DOC501):
src/api/abandonauth/dependencies/auth/jwt.py#L83
abandonauth/dependencies/auth/jwt.py:83:15: DOC501 Raised exception `HTTPException` missing from docstring
|
Ruff (DOC501):
src/api/abandonauth/dependencies/auth/jwt.py#L89
abandonauth/dependencies/auth/jwt.py:89:15: DOC501 Raised exception `HTTPException` missing from docstring
|
Ruff (DOC501):
src/api/abandonauth/dependencies/auth/jwt.py#L98
abandonauth/dependencies/auth/jwt.py:98:15: DOC501 Raised exception `HTTPException` missing from docstring
|
Ruff (DOC501):
src/api/abandonauth/dependencies/auth/jwt.py#L139
abandonauth/dependencies/auth/jwt.py:139:19: DOC501 Raised exception `HTTPException` missing from docstring
|
Ruff (DOC501):
src/api/abandonauth/dependencies/services.py#L19
abandonauth/dependencies/services.py:19:15: DOC501 Raised exception `HTTPException` missing from docstring
|
Ruff (FAST001):
src/api/abandonauth/routers/developer_application.py#L36
abandonauth/routers/developer_application.py:36:5: FAST001 FastAPI route with redundant `response_model` argument
|
Ruff (FAST002):
src/api/abandonauth/routers/developer_application.py#L40
abandonauth/routers/developer_application.py:40:9: FAST002 FastAPI dependency without `Annotated`
|
Ruff (FAST001):
src/api/abandonauth/routers/developer_application.py#L64
abandonauth/routers/developer_application.py:64:5: FAST001 FastAPI route with redundant `response_model` argument
|