roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
271 stars 70 forks source link

Setup mypy #262

Closed iurisilvio closed 2 months ago

iurisilvio commented 2 months ago

Description

Ref #263

We have many types defined in this project, but we don't have type checking.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

CI reports many errors. For now, it is ignoring errors, but the long term plan should be to fix all these errors and enforce typing on CI.