Add pre-commit, fix trailing whitespace
All checks were successful
Trivy / test (push) Successful in 20s
CI / test (push) Successful in 41s
Lint / test (push) Successful in 30s

This commit is contained in:
Miguel Jacq 2025-12-18 13:49:27 +11:00
parent 8dd8c0a2be
commit 953ba11036
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 33 additions and 8 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Install system dependencies
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3-venv pipx
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3-venv pipx
- name: Install Poetry
run: |