Fully Implement Nuxt UI to Replace Jinja Templates #209
pull_request.yml
on: pull_request
linting
/
Runs pre-commit
20s
build_api
/
Build docker image
build_frontend
/
Build docker image
Annotations
4 errors
Ruff (I001):
src/api/abandonauth/dependencies/services.py#L1
abandonauth/dependencies/services.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/api/abandonauth/routers/ui.py#L1
abandonauth/routers/ui.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (COM812):
src/api/abandonauth/routers/ui.py#L8
abandonauth/routers/ui.py:8:23: COM812 Trailing comma missing
|
linting / Runs pre-commit
Process completed with exit code 1.
|