alembic-ini-dev-db-url-triggers-secret-scanner

Placing a dev database URL (e.g. postgresql://user:pass@localhost/db) directly in alembic.ini causes the pre-commit secret scanner to block the commit. The correct pattern is to leave the sqlalchemy.url field empty in alembic.ini and rely entirely on the RSAME_DATABASE_URL environment variable, which alembic env.py already reads. This applies to all Alembic-managed Python projects on this host.