fastapi-alembic-sqlmodel-async icon indicating copy to clipboard operation
fastapi-alembic-sqlmodel-async copied to clipboard

Mypy Integration

Open 8thgencore opened this issue 2 years ago • 1 comments

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

8thgencore avatar Aug 10 '23 20:08 8thgencore

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

jonra1993 avatar Aug 12 '23 01:08 jonra1993