|
|
|
|
|
by lukaslalinsky
406 days ago
|
|
SQLAlchemy 2.x has direct support for mypy, it works out of the box, no longer needing mypy plugins. Many things in SQLAlchemy as are still dynamic and can't be type checked, but the native support works great where it can. |
|