leforestier / yattag

Python library to generate HTML or XML in a readable, concise and pythonic way.
328 stars 31 forks source link

Type hints: add flag file #56

Closed vmiklos closed 4 years ago

vmiklos commented 4 years ago

See https://mypy.readthedocs.io/en/latest/installed_packages.html#making-pep-561-compatible-packages for documentation, this is necessary, otherwise mypy won't look at type comments from external code.

Related to #54