note that sample config pinned version should not be updated in this repo

Puts message directly into YAML file:
"do not make PR to pre-commit/pre-commit to update this"

in view of the closed PRs to update this value:
https://github.com/pre-commit/pre-commit/pull/1964
https://github.com/pre-commit/pre-commit/pull/2616
https://github.com/pre-commit/pre-commit/pull/2892
https://github.com/pre-commit/pre-commit/pull/3344
https://github.com/pre-commit/pre-commit/pull/3406
https://github.com/pre-commit/pre-commit/pull/3423
This commit is contained in:
Peter Becich 2025-03-11 21:33:25 -07:00
parent 7b88c63ae6
commit 51961e0961
No known key found for this signature in database
GPG key ID: E72322E610A464C4
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ SAMPLE_CONFIG = '''\
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.2.0 # do not make PR to pre-commit/pre-commit to update this
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

View file

@ -12,7 +12,7 @@ def test_sample_config(capsys):
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.2.0 # do not make PR to pre-commit/pre-commit to update this
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer