HackerSpace-PESU/Best11-Fantasycricket

Typing hints using pydantic

Opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
Add type hints to the files inside fantasy_cricket.
using pydantic and typing
Additional context
It would also be great if mypy was used for the checks and added to the CI

pydantic and typing are a good Start for type hints and type checking

pydantic seems like a solid choice for this.
FastApi is also based on pydantic so seems like a solid choice to me

Thx for the suggestion