mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-14 17:41:45 +04:00
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:
parent
7b88c63ae6
commit
51961e0961
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue