Kai Zhang
Results
22
issues of
Kai Zhang
Since ty now supports the `--config-file` flag, we can add this flag to the `server` command. This would greatly benefit users running ty server within a monorepo.
configuration
needs-decision
server
### Summary The following code triggers a false positive invalid-argument-type error when appending a dictionary literal to a list of TypedDict unions: ```python from typing import Literal, TypedDict class Foo(TypedDict):...
bidirectional inference