tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
804 stars 90 forks source link

Add type hints for aerich.migrate #343

Closed waketzheng closed 4 weeks ago

waketzheng commented 1 month ago
  1. Success to run mypy aerich/migrate.py
  2. Pass check bandit aerich/migrate.py
  3. Add TODO item for unique index dropping
  4. refactor to reduce duplicated code