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

Use mypy for type hint check in ci #347

Closed waketzheng closed 4 weeks ago

waketzheng commented 4 weeks ago
  1. add actions/cache into workflow
  2. add mypy/bandit check into ci
  3. fix check complaints
waketzheng commented 4 weeks ago

@long2ice Success to pass mypy check.

long2ice commented 4 weeks ago

Thanks!