Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] Disable pyright checking field Pydantic field aliases (#102)
Why === If we ignore the alias field, we can use pyright to typecheck python generated clients. What changed ============ Reflow the field assignment to permit ignoring type aliases like `alias="$kind"` Test plan ========= Manually ran against production services, typechecked OK
- Loading branch information