-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(python): Support overriding default dev dependencies and mypy config in the python generator #5062
base: main
Are you sure you want to change the base?
Conversation
deaf331
to
083efc0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in most of these files is mostly a side effect of dependencies now being alphabetized, which I think is likely preferable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only file here that is intended to be affected by changes is pyproject.toml
. It felt overkill for all of this other stuff to be generated too
I'm also not sure if I put this fixtures in the right spot. If I need to regen elsewhere, I'd love tips on how to run just my nested fixture so that I don't have to wait ~hour for tests to run
We want to use mypy 1.11.1 in our sdk development. This allows us to specify it here
@coderabbitai summary