docs(contributing): tighten pre-commit-before-push reminder wording

This commit is contained in:
geido
2026-08-27 14:20:20 +00:00
parent a5564c18e9
commit fab2524c56
@@ -284,7 +284,7 @@ automatically run whenever you make a Git commit.
#### Running Pre-commit Manually
Before pushing your changes, run `pre-commit run --all-files` so that any issues are caught locally rather than in CI.
Before pushing, run `pre-commit run --all-files` to catch issues locally before CI.
You can also run the pre-commit checks manually in various ways: