Format settings for ruff

This commit is contained in:
2026-04-26 12:39:52 +02:00
parent 7c95eb9e5f
commit 2095e417cd

View File

@@ -61,6 +61,7 @@ _ensure_required_app(
"ocyan.plugin.coyote",
)
def _ensure_installed_app(app_label: str, *, before: str | None = None) -> None:
"""Ensure an app is present in INSTALLED_APPS with optional ordering."""
if app_label in INSTALLED_APPS: