-
Notifications
You must be signed in to change notification settings - Fork 80
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: Format signature help when valid docstring style #6170
base: main
Are you sure you want to change the base?
feat: Format signature help when valid docstring style #6170
Conversation
- Add `docstring_parser>=0.16` to `requirements.txt` - Related core PR: deephaven/deephaven-core#6170 - Related issue: deephaven/web-client-ui#2247
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 totality of my review is/was around ensuring the base images contained the docstring_parser
dependency and we are correctly depending on it from py/server/setup.py
. In those regards, the PR is correct (the base image bumps already landed in main). I have not reviewed the other logic.
docstring_parser
library for autocomplete usage