From 3436553d32cd572b50cb188977e8912378925be1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 7 Sep 2026 11:53:41 +0800 Subject: [PATCH] chore(architecture): sync ruff low-water mark --- tests/fixtures/architecture/ruff-baseline.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/fixtures/architecture/ruff-baseline.json b/tests/fixtures/architecture/ruff-baseline.json index 45829ab8e..65732a158 100644 --- a/tests/fixtures/architecture/ruff-baseline.json +++ b/tests/fixtures/architecture/ruff-baseline.json @@ -504,9 +504,6 @@ "app/runtime/reload.py": { "I001": 1 }, - "app/runtime/state.py": { - "I001": 1 - }, "app/schemas/common.py": { "I001": 1 }, @@ -672,9 +669,6 @@ "tests/test_db_session_lifecycle.py": { "I001": 1 }, - "tests/test_docker_entrypoint_permissions.py": { - "I001": 1 - }, "tests/test_docker_payload_contract.py": { "I001": 1 }, @@ -928,9 +922,6 @@ "E402": 5, "I001": 2 }, - "tests/test_system_utils.py": { - "I001": 1 - }, "tests/test_systemconfig_oper.py": { "I001": 1 },