-
Notifications
You must be signed in to change notification settings - Fork 222
Allow to format signatures in docstrings #631
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
Changes from 14 commits
04cdb98
0a3113e
0fe6cf6
d469b6d
abace2c
8758d56
d5c1e8e
da04672
573eac0
011882d
6a26eeb
728d61c
9f0ef6f
eb3f843
8ed0fa9
875d8ca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ dependencies = [ | |
"pluggy>=1.0.0", | ||
"python-lsp-jsonrpc>=1.1.0,<2.0.0", | ||
"ujson>=3.0.0", | ||
"black" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think so. The functionality to format signatures will be provided by Black and it'll be very similar to the one given by Ruff. |
||
] | ||
dynamic = ["version"] | ||
|
||
|
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.
Should an issue be created to track this TODO @ccordoba12 ?
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.
No, I think we should simply bump our Python version to 3.9 in another PR so we don't need those functions here.
Could you take care of that?
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.
I opened #650