Feature/m2 frontend v2 #8

Merged
tliu93 merged 28 commits from feature/m2-frontend-v2 into main 2026-06-13 17:00:20 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 3628ac51e5 - Show all commits
+5
View File
@@ -26,3 +26,8 @@ pythonpath = ["."]
[tool.ruff]
line-length = 100
[tool.ruff.lint.per-file-ignores]
# Scripts bootstrap sys.path before importing app modules, so their top-level
# app imports legitimately sit below executable setup code.
"scripts/*.py" = ["E402"]
-1
View File
@@ -1,6 +1,5 @@
import re
import sqlite3
from pathlib import Path
from fastapi.testclient import TestClient