Card Evolution Phase 1a: Schema & Data Foundation #104

Merged
cal merged 8 commits from feature/card-evolution-phase1a into card-evolution 2026-03-18 16:06:44 +00:00
Showing only changes of commit c6f59277bd - Show all commits

View File

@ -1,4 +1,2 @@
[lint]
# F403/F405: peewee ORM uses `from peewee import *` intentionally in db_engine.py
# These are suppressed per-file to avoid breaking the wildcard import pattern.
per-file-ignores = { "app/db_engine.py" = ["F403", "F405"] }
ignore = ["F403", "F405"]