click-contrib / click-didyoumean

Enable git-like did-you-mean feature in click :sparkles:
MIT License
98 stars 10 forks source link

Add typing annotations #6

Closed selurvedu closed 3 years ago

selurvedu commented 4 years ago

mypy complains about this library

error: Cannot find module named 'click_didyoumean'

Click itself is already supported by having stubs in the typeshed repo: https://github.com/python/typeshed/tree/master/third_party/2and3/click

timofurrer commented 3 years ago

Done in v0.2.0