ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 4 forks source link

Python Type Checking #83

Closed ChromaticPanic closed 2 months ago

ChromaticPanic commented 4 months ago

The Ruff linter will miss things that an actual type checker would catch. We should have type checking in the pipeline and use something like mypy .

Type checking will help catch bugs early in development.