Add support for extensions
Some checks failed
Test and build Docker image / docker (push) Failing after 3s

This commit is contained in:
Joakim Hellsén 2026-07-20 06:02:25 +02:00
commit 793f67db42
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
39 changed files with 3670 additions and 1309 deletions

View file

@ -91,7 +91,7 @@ lint.ignore = [
]
[tool.ruff.lint.per-file-ignores]
"tests/*" = ["assert", "undocumented-public-function", "magic-value-comparison"]
"tests/*" = ["assert", "undocumented-public-function", "magic-value-comparison", "import-private-name"]
[tool.pytest.ini_options]
addopts = "-n 5 --dist loadfile -m \"not integration and not slow\""