barrust / pyspellchecker

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

type hint fixes #163

Closed grayjk closed 9 months ago

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (80347f7) 92.20% compared to head (c962bb7) 92.20%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/barrust/pyspellchecker/pull/163/graphs/tree.svg?width=650&height=150&src=pr&token=4a1cJEFN28&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Barrus)](https://app.codecov.io/gh/barrust/pyspellchecker/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Barrus) ```diff @@ Coverage Diff @@ ## master #163 +/- ## ======================================= Coverage 92.20% 92.20% ======================================= Files 4 4 Lines 295 295 ======================================= Hits 272 272 Misses 23 23 ``` | [Files](https://app.codecov.io/gh/barrust/pyspellchecker/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Barrus) | Coverage Δ | | |---|---|---| | [spellchecker/spellchecker.py](https://app.codecov.io/gh/barrust/pyspellchecker/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Barrus#diff-c3BlbGxjaGVja2VyL3NwZWxsY2hlY2tlci5weQ==) | `99.11% <100.00%> (ø)` | | | [spellchecker/utils.py](https://app.codecov.io/gh/barrust/pyspellchecker/pull/163?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Barrus#diff-c3BlbGxjaGVja2VyL3V0aWxzLnB5) | `63.79% <100.00%> (ø)` | |