koordinates / kart

Distributed version-control for geospatial and tabular data
https://kartproject.org
Other
532 stars 41 forks source link

Add type hints and mypy config #1015

Closed craigds closed 2 weeks ago

craigds commented 2 weeks ago

Description

Adds type hints to the codebase with the goal of making mypy happy and enabling it as both a pre-commit hook and CI check.

checklist:

Related links:

Checklist:

craigds commented 2 weeks ago

getting there. 16 of the remaining errors are actually https://github.com/pallets/click/issues/2802