aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add pyproject.toml and initialize SQLAlchemyRunxi Yu2024-05-291-0/+2
I think using SQLAlchemy will be a bit more convenient than using plain mariadb/sqlite3 bindings, and apparently I figured out how to get mypy happy with SQLAlchemy 2.0. I don't really want to use Flask-SQLAlchemy as I don't want that much vendor lock-in.