Don't use Ruff on markdown
All checks were successful
Test and build Docker image / docker (push) Successful in 1m34s

This commit is contained in:
Joakim Hellsén 2026-07-20 06:05:43 +02:00
commit 32a5228174
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -36,6 +36,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.ruff] [tool.ruff]
exclude = ["**/README.md"]
preview = true preview = true
unsafe-fixes = true unsafe-fixes = true
fix = true fix = true