alembic-ini-db-url-triggers-secret-scanner
Placing a dev database URL directly in alembic.ini causes the pre-commit secret scanner to block the commit. The fix is to leave the sqlalchemy.url field empty in alembic.ini and rely entirely on the RSAME_DATABASE_URL env var read in alembic/env.py. This pattern should be applied to all future Alembic-managed projects.