Danny Yang

Results 182 comments of Danny Yang

Closing this PR due to inactivity. Feel free to reopen once you address the comments. Thanks!

@BaoNguyen09 I can assign you, go ahead and start, and let us know if you have any questions Thanks!

Thanks for raising this. We don't currently have any gating for what type forms are supported in which versions, aside from version restrictions in Ruff's parser and typeshed, but it...

Example: ``` x: dict[str, int] = {} if x.get("y") is not None: assert_type(x.get("y"), int) ```

we don't insert a newline before the additions to pyproject.toml, so for the config files that don't end with newline it won't work

This would also unblock deprecated warnings and other non-error signals

Fixed in 2126605f5ea37edf6a4d1482580736dc37672a00

Posted https://discuss.python.org/t/adding-namedtuple-member-naming-rules-to-the-typing-spec/88882

Ok, I've rebased and updated the results.