simplistix / sybil

Automated testing for the examples in your documentation.
https://sybil.readthedocs.io/en/latest/
Other
69 stars 14 forks source link

Specialise Pattern and Match type hints #77

Closed adamtheturtle closed 1 year ago

adamtheturtle commented 1 year ago

This removes the following type of error from mypy --strict sybil/:

sybil/document.py:117: error: Missing type parameters for generic type "Match"  [type-arg]