ing-bank / popmon

Monitor the stability of a Pandas or Spark dataframe ⚙︎
https://popmon.readthedocs.io/
MIT License
495 stars 35 forks source link

Provide type hints and add static type checking #174

Open sbrugman opened 3 years ago

sbrugman commented 3 years ago

Add type hints to as code documentation, IDE hints and possibly catching errors. Add flake8-annotations to pre-commit and enable mypy in CI.

sbrugman commented 2 years ago

Cool project that could kickstart this issue: https://zenodo.org/record/5151994 https://pypi.org/project/typing-copilot/

sbrugman commented 1 year ago

Used https://github.com/JelleZijlstra/autotyping in https://github.com/ing-bank/popmon/pull/262