chore(m2): green the ruff baseline before M2 orchestration

- ignore E402 in scripts/*.py (deliberate sys.path bootstrap before app imports)
- drop unused pathlib.Path import in tests/test_auth.py

Establishes a clean ruff gate so each M2 task can be verified green at its boundary.
This commit is contained in:
2026-06-12 22:56:21 +02:00
parent 1756192270
commit 3628ac51e5
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
import re
import sqlite3
from pathlib import Path
from fastapi.testclient import TestClient