You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why
===
We had a number of long-standing nice-to-haves, let's just do them
What changed
============
- We discussed switching from `Dict`/`List`/`Tuple`/`Optional` the
builtin types. Let's do that.
- `lambda` to `def` for readability and maintainability
- Fixing some slop in `is_literal`
- Add `# noqa` to remove the need for `sed` in our generator scripts
Test plan
=========
_Describe what you did to test this change to a level of detail that
allows your reviewer to test it_
0 commit comments