barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
MIT License
691 stars 101 forks source link

Feature/mypy typing support #142

Closed barrust closed 1 year ago

barrust commented 1 year ago

I believe this will resolve #141

Bill, can you confirm that this would fix your issue? I did not know of this requirement for mypy.

b-i-l-l commented 1 year ago

I believe this will satisfy mypy. mypy wants an explicit statement that usable type annotations exist within the package. Thank you for responding to this so quickly.