| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, something went wrong.
…GH-135983) (cherry picked from commit de0d014) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…GH-135983) (cherry picked from commit de0d014) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
GH-136035 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
|
GH-136036 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
make patchcheck used to be part of the CI, and it also used to run Tools/patchcheck/reindent.py.
reindent.py includes a few lints:
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.)