Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-109408: Add the docs whitespace check from patchcheck to pre-commit #109854

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

Merged
merged 12 commits into from
Oct 10, 2023
Prev Previous commit
Next Next commit
Fix string
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
hugovk and AlexWaygood authored Sep 25, 2023
commit a85cd1c27ecde5e4e4d33afcae094b855b06a27e
2 changes: 1 addition & 1 deletion 2 Tools/patchcheck/patchcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def ci(pull_request):
print('No whitespace issues found')
else:
count = len(fixed)
print(f'Please fix the {count} {n_files_str(count)} with whitespace issues')
print(f'Please fix the {n_files_str(count)} with whitespace issues')
print('(on Unix you can run `make patchcheck` to make the fixes)')
sys.exit(1)

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.