{{ message }}
gh-92266: Replace tabs with four spaces in Python files#135983
Merged
hugovk merged 1 commit intoJun 27, 2025
Merged
Conversation
AlexWaygood
approved these changes
Jun 26, 2025
Hide details
View details
hugovk
merged commit
de0d014
into
python:main
Jun 27, 2025
36 checks passed
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jun 27, 2025
…GH-135983) (cherry picked from commit de0d014) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jun 27, 2025
…GH-135983) (cherry picked from commit de0d014) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
hugovk
added a commit
that referenced
this pull request
Jun 27, 2025
hugovk
added a commit
that referenced
this pull request
Jun 27, 2025
AndPuQing
pushed a commit
to AndPuQing/cpython
that referenced
this pull request
Jul 11, 2025
Pranjal095
pushed a commit
to Pranjal095/cpython
that referenced
this pull request
Jul 12, 2025
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
Agent-Hellboy
pushed a commit
to Agent-Hellboy/cpython
that referenced
this pull request
Aug 19, 2025
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
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
make patchcheckused to be part of the CI, and it also used to runTools/patchcheck/reindent.py.reindent.pyincludes a few lints:trailing-whitespacein CI via pre-commit)This PR re-adds the second of these to the CI via pre-commit.
(The second and third of these can be done by Black and Ruff, but they also do all the other formatting changes which we've not agreed upon yet.)