Move to TypedDict for kwargs #853
davetapley
started this conversation in
Ideas
Replies: 2 comments
-
Happy to have PRs that use xref PyCQA/flake8-pyi#285 About your pyright issue: I think it is not working because you are not using a TypedDict. I don't think your pyright issue requires changes in pandas-stubs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I like the idea, and would be open to PR's that use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thoughts on using PEP 692's
TypedDict
for kwargs like this?I'm guessing that would solve the problem I reported ⬇️ when using
to_csv
.Beta Was this translation helpful? Give feedback.
All reactions