-
Notifications
You must be signed in to change notification settings - Fork 2.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
Prepare the 2025 stable style #4558
base: main
Are you sure you want to change the base?
Conversation
Looks like unify_docstring_detection does bad things to our ipynb support... |
CI is failing because the stable style changed: https://github.com/psf/black/actions/runs/12943341153/job/36102520632?pr=4558 . The changes are as expected, mostly around docstrings and trailing commas for typed parameters. I'll land this but hold off on releasing to see if we can get the PEP 695 fix in too. |
token = token[:-1] | ||
# We use a bytestring so that the string does not get interpreted | ||
# as a docstring. | ||
return f'b"{token}"' |
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.
lol
Closes #4522