fix: address ruff E501 line-length violations

- config.py: break long error message string across lines
- user.py: add noqa comment to preserve Postgres gen_random_bytes() default

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 17:50:07 +00:00
committed by Coupon Carl [agent]
parent c4880d3553
commit 5363ba2fbf
6 changed files with 24 additions and 21 deletions
@@ -34,4 +34,4 @@ def upgrade() -> None:
def downgrade() -> None:
op.drop_constraint("uq_users_email_inbound_token", "users", type_="unique")
op.drop_column("users", "email_inbound_token")
op.drop_column("users", "email_inbound_token")