Little fixes for hopefully more successes.
Some checks failed
Tests / Build and Push CICD Image (push) Successful in 46m47s
Tests / End of File Check (push) Successful in 27s
Tests / Mixed Line Ending Check (push) Successful in 28s
Tests / TOML Formatting Check (push) Failing after 26s
Tests / Ruff Linting (push) Failing after 23s
Tests / Ruff Format Check (push) Successful in 25s
Tests / Pyright Type Check (push) Failing after 1m0s
Tests / Darglint Docstring Check (push) Successful in 27s
Tests / No Docstring Types Check (push) Successful in 22s
Tests / ESLint Check (push) Successful in 54s
Tests / Prettier Format Check (push) Successful in 30s
Tests / TypeScript Type Check (push) Successful in 1m5s
Tests / Trailing Whitespace Check (push) Failing after 7m54s
Tests / Backend Tests (push) Failing after 1m6s
Tests / TSDoc Lint Check (push) Successful in 56s
Tests / Backend Doctests (push) Successful in 28s
Tests / Frontend Tests (push) Failing after 2m12s
Tests / Integration Tests (push) Has been skipped
Tests / End-to-End Tests (push) Has been skipped
Tests / TOML Syntax Check (push) Successful in 11m16s
Tests / YAML Syntax Check (push) Failing after 13m32s

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-29 21:16:09 -04:00
parent 6c19aaa8a8
commit 68e1499532
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
---
repos:
# General hooks for all files
- repo: https://github.com/pre-commit/pre-commit-hooks

View File

@@ -1,3 +1,4 @@
---
services:
database:
image: postgres:16-alpine
@@ -20,7 +21,8 @@ services:
context: .
dockerfile: Dockerfile.backend
environment:
DATABASE_URL: postgresql://plex_user:plex_password@database:5432/plex_playlist
DATABASE_URL: >-
postgresql://plex_user:plex_password@database:5432/plex_playlist
ENVIRONMENT: production
ports:
- "8000:8000"