-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Fix indentation problem after multi-line Python function definition #14748
Conversation
Thanks for making a pull request to jupyterlab! |
@meeseeksdev tag bug |
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.
thanks @FoSuCloud
Could you update the specification a bit differently (see below comment)?
GitHub tip: if you use special keywords like Fixes in front of the issue in the PR description, the issue will be linked with this PR easing documentation and repository management 😉
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.
Thank you @FoSuCloud
@meeseeksdev please backport to 4.0.x |
…e Python function definition
…unction definition (#14801) Co-authored-by: FoSuCloud <49218295+FoSuCloud@users.noreply.github.com>
…upyterlab#14748) * fix: indentation problem after multi-line Python function definition * fix: Remove duplicate yarn dependencies * fix: update @codemirror/lang-python version * fix: update @codemirror/lang-python version --------- Co-authored-by: yelipei <yelipei@qianxin.com>
References
Fixes #14668
Code changes
Use resolutions to limit the @codemirror/lang-python version
Execute "yarn install" and "jlpm build" to update dependencies
User-facing changes
nothing
Backwards-incompatible changes
nothing