jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
964 stars 150 forks source link

Mypy Integration #78

Open 8thgencore opened 1 year ago

8thgencore commented 1 year ago

Good afternoon. Have you ever had a chance to add code verification via mypy to the project?

jonra1993 commented 1 year ago

Hello @8thgencore I have added a make mypy command to check typing, I see it need some fixing in order to run a strict typing check. It already uses make formatter and make lint