Updates stage names in .pre-commit-hooks.yaml.

This commit is contained in:
Tobias Raabe 2024-10-06 20:45:26 +02:00 committed by GitHub
parent 14f49f455c
commit 9de7b2c6be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
entry: typos entry: typos
args: [--write-changes, --force-exclude] args: [--write-changes, --force-exclude]
types: [text] types: [text]
stages: [commit, merge-commit, push, manual] stages: [pre-commit, pre-merge-commit, pre-push, manual]
- id: typos-docker - id: typos-docker
name: typos name: typos
@ -14,7 +14,7 @@
entry: typos entry: typos
args: [--write-changes, --force-exclude] args: [--write-changes, --force-exclude]
types: [text] types: [text]
stages: [commit, merge-commit, push, manual] stages: [pre-commit, pre-merge-commit, pre-push, manual]
- id: typos-src - id: typos-src
name: typos name: typos
@ -23,4 +23,4 @@
entry: typos entry: typos
args: [--write-changes, --force-exclude] args: [--write-changes, --force-exclude]
types: [text] types: [text]
stages: [commit, merge-commit, push, manual] stages: [pre-commit, pre-merge-commit, pre-push, manual]