-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add support non-English words in docstring arguments #6307
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bschnurr, looks like the tests are failing for this PR. If you'd like to get this into this week's pyright release, please fix the tests and merge the PR. |
hi @erictraut maybe the regex can be
cause it seems not that important to match the content to right of the |
Do we have any updates here? Maybe I can open a new PR if this PR doesn't progress anymore. |
@bschnurr, any update on this PR? |
…ict with invalid types in the google doc style with invalid types.
This comment has been minimized.
This comment has been minimized.
@@ -746,31 +746,6 @@ Returns: | |||
_testConvertToMarkdown(docstring, markdown); | |||
}); | |||
|
|||
test('GoogleWithInvalidTypes', () => { |
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.
Now that are regex is very relaxed we are keeping the line break in this example. so its no longer a failure case.
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅ |
done |
thank you guys very much! |
fixes microsoft/pylance-release#4615