formulaic
formulaic copied to clipboard
CI: Update mypy to latest
Update to avoid spurious error when using tuple[str,...] as Sequence[str]
Just saw it fails CI - latest mypy passes which is correct since tuple[str,str] is Sequence[str]
Looks like I patched this one myself. Thanks again for the patch!