Skip to content

Module/raid registering #2536

Module/raid registering

Module/raid registering #2536

Triggered via pull request May 14, 2024 14:42
Status Failure
Total duration 52s
Artifacts

lintandformat.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): app/core/payment/endpoints_payment.py#L4
app/core/payment/endpoints_payment.py:4:31: F401 `fastapi.responses.HTMLResponse` imported but unused
Ruff (F401): app/core/payment/endpoints_payment.py#L5
app/core/payment/endpoints_payment.py:5:35: F401 `helloasso_api_wrapper.HelloAssoAPIWrapper` imported but unused
Ruff (F401): app/core/payment/endpoints_payment.py#L10
app/core/payment/endpoints_payment.py:10:48: F401 `helloasso_api_wrapper.models.carts.CheckoutPayer` imported but unused
Ruff (F401): app/core/payment/endpoints_payment.py#L10
app/core/payment/endpoints_payment.py:10:63: F401 `helloasso_api_wrapper.models.carts.InitCheckoutBody` imported but unused
Ruff (F401): app/core/payment/endpoints_payment.py#L13
app/core/payment/endpoints_payment.py:13:29: F401 `app.core.config.Settings` imported but unused
Ruff (F401): app/core/payment/endpoints_payment.py#L15
app/core/payment/endpoints_payment.py:15:38: F401 `app.dependencies.get_settings` imported but unused
Ruff (T201): app/core/payment/endpoints_payment.py#L30
app/core/payment/endpoints_payment.py:30:5: T201 `print` found
Ruff (I001): app/core/users/endpoints_users.py#L1
app/core/users/endpoints_users.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F811): app/core/users/endpoints_users.py#L32
app/core/users/endpoints_users.py:32:5: F811 Redefinition of unused `is_user` from line 31
Ruff (F811): app/core/users/endpoints_users.py#L35
app/core/users/endpoints_users.py:35:5: F811 Redefinition of unused `is_user_an_ecl_member` from line 34