Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.79k stars 273 forks source link

Use mypy to do static type checking of html2text #299

Closed jdufresne closed 4 years ago

jdufresne commented 4 years ago

As code is updated and refactored, helps provide confidence in correctness.

Adjust the code a bit to allow for stricter type usage.

https://mypy.readthedocs.io/en/latest/index.html

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.06%) to 97.875% when pulling 4b56e65fb51cff173f95cbb8596b8447cbac6b36 on jdufresne:mypy into a80aad87149962d52b9135ca6daf6182f40224cd on Alir3z4:master.