FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Trivial: reformat code block in black style to make it easier to read by itsthejoker · Pull Request #106965 · python/cpython · GitHub

/ cpython Public

Trivial: reformat code block in black style to make it easier to read - #106965

Merged
ambv merged 1 commit into
python:mainfrom
itsthejoker:patch-1
Jul 22, 2023
Merged

Trivial: reformat code block in black style to make it easier to read#106965
ambv merged 1 commit into
python:mainfrom
itsthejoker:patch-1

Conversation

itsthejoker commented Jul 21, 2023
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

Simply adjusts the layout of the most code-heavy example in errors.rst to be in the style of Black so that it's easier to see how everything is fitting together in the example and to render better on small screens.


📚 Documentation preview 📚: https://cpython-previews--106965.org.readthedocs.build/

bedevere-bot added awaiting review docs Documentation in the Doc dir skip news labels Jul 21, 2023

ghost commented Jul 21, 2023
edited by ghost
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

itsthejoker commented Jul 21, 2023
edited
Loading

Copy link
Copy Markdown
Contributor Author

I can't complete the flow from @cpython-cla-bot because it reports an internal server error. It says I'm good to go now so 🤷

ambv commented Jul 22, 2023

Copy link
Copy Markdown
Contributor

nit: for exploding bracket pairs within other structures, Black would actually put the trailing commas in everywhere.

ambv merged commit ed491d9 into python:main Jul 22, 2023
ambv added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jul 22, 2023

Copy link
Copy Markdown
Contributor

Thanks @itsthejoker for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

Copy link
Copy Markdown
Contributor

Thanks @itsthejoker for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

Copy link
Copy Markdown
Contributor

Sorry @itsthejoker and @ambv, I had trouble checking out the 3.11 backport branch.
Please retry by removing and re-adding the "needs backport to 3.11" label.
Alternatively, you can backport using cherry_picker on the command line.
cherry_picker ed491d9f782480fb00535abcf667027e0e323287 3.11

Copy link
Copy Markdown

GH-107010 is a backport of this pull request to the 3.12 branch.

bedevere-bot removed the needs backport to 3.12 only security fixes label Jul 22, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 22, 2023
(cherry picked from commit ed491d9)

Co-authored-by: Joe Kaufeld <opensource@joekaufeld.com>
ambv pushed a commit to ambv/cpython that referenced this pull request Jul 22, 2023
(cherry picked from commit ed491d9)

Co-authored-by: Joe Kaufeld <opensource@joekaufeld.com>

Copy link
Copy Markdown

GH-107022 is a backport of this pull request to the 3.11 branch.

bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 22, 2023
ambv pushed a commit that referenced this pull request Jul 22, 2023
…7010)

(cherry picked from commit ed491d9)

Co-authored-by: Joe Kaufeld <opensource@joekaufeld.com>
ambv added a commit that referenced this pull request Jul 22, 2023
…7022)

(cherry picked from commit ed491d9)

Co-authored-by: Joe Kaufeld <opensource@joekaufeld.com>
itsthejoker deleted the patch-1 branch July 26, 2023 22:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL