formulaic icon indicating copy to clipboard operation
formulaic copied to clipboard

CI: Update mypy to latest

Open bashtage opened this issue 2 years ago • 1 comments

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

bashtage avatar Apr 18 '24 07:04 bashtage

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

bashtage avatar Apr 18 '24 07:04 bashtage

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

matthewwardrop avatar Aug 05 '24 23:08 matthewwardrop