matthewwardrop / formulaic

A high-performance implementation of Wilkinson formulas for Python.
MIT License
336 stars 24 forks source link

CI: Update mypy to latest #184

Closed bashtage closed 1 month ago

bashtage commented 5 months ago

Update to avoid spurious error when using tuple[str,...] as Sequence[str]

bashtage commented 5 months ago

Just saw it fails CI - latest mypy passes which is correct since tuple[str,str] is Sequence[str]

matthewwardrop commented 1 month ago

Looks like I patched this one myself. Thanks again for the patch!