alecthomas / voluptuous

CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.
https://pypi.org/project/voluptuous
BSD 3-Clause "New" or "Revised" License
1.81k stars 219 forks source link

Fix type hints and enable mypy #486

Closed KapJI closed 10 months ago

KapJI commented 10 months ago

Type hints are not very useful if they are not checked.