From 69355c10e7cc1e7f0682d1889dd4dd81f117c276 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:27:23 +0000 Subject: [PATCH 1/2] Initial plan From 806295fb37249192f6a9047e6d908061e333301a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:29:19 +0000 Subject: [PATCH 2/2] Remove deprecated ignore-init-module-imports option from Ruff config Co-authored-by: cjemorton <2660596+cjemorton@users.noreply.github.com> --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67a6022a2..5ec855ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,6 @@ exclude = ''' [tool.ruff] exclude = [".venv", "migrations", "app/events/generated"] [tool.ruff.lint] -ignore-init-module-imports = true [tool.djlint] indent = 2