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

@ -234,11 +234,11 @@ class TestRoundtripTOML:
toml_text = """
name = "test"
ports = [8080, 8081, 8082]
[[database]]
host = "db1.example.com"
port = 5432
[[database]]
host = "db2.example.com"
port = 5433