Rob Hand
Results
2
comments of
Rob Hand
> fixing it will cause a `mypy` issue: > > `__version__ = version(cast('str', __package__)) # E: Redundant cast to "str" [redundant-cast]` A solution to keep mypy etc happy would be...
Is this a bug? If I change the `or` to an `and` (or drop TYPE_CHECKING completely) ty detects the correct branch is `Never` then updating python version in `ty.json` to...