mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v3.13.0 → v4.1.0](https://github.com/commitizen-tools/commitizen/compare/v3.13.0...v4.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/crate-ci/typos: v1.16.26 → v1.28.4](https://github.com/crate-ci/typos/compare/v1.16.26...v1.28.4)
This commit is contained in:
committed by
GitHub
parent
497ee2cf3d
commit
e1548e53a2
@@ -3,19 +3,19 @@
|
|||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
|
|
||||||
default_install_hook_types: [commit-msg, pre-commit]
|
default_install_hook_types: [commit-msg, pre-commit]
|
||||||
default_stages: [commit, manual]
|
default_stages: [pre-commit, manual]
|
||||||
fail_fast: true
|
fail_fast: true
|
||||||
repos:
|
repos:
|
||||||
- repo: "https://github.com/commitizen-tools/commitizen"
|
- repo: "https://github.com/commitizen-tools/commitizen"
|
||||||
rev: v3.13.0
|
rev: v4.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: commitizen
|
- id: commitizen
|
||||||
- id: commitizen-branch
|
- id: commitizen-branch
|
||||||
stages:
|
stages:
|
||||||
- post-commit
|
- post-commit
|
||||||
- push
|
- pre-push
|
||||||
- repo: "https://github.com/pre-commit/pre-commit-hooks"
|
- repo: "https://github.com/pre-commit/pre-commit-hooks"
|
||||||
rev: v4.5.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-byte-order-marker
|
- id: check-byte-order-marker
|
||||||
@@ -37,14 +37,14 @@ repos:
|
|||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: "https://github.com/adrienverge/yamllint.git"
|
- repo: "https://github.com/adrienverge/yamllint.git"
|
||||||
rev: v1.33.0
|
rev: v1.35.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
files: \.(yaml|yml)$
|
files: \.(yaml|yml)$
|
||||||
entry: yamllint --strict --config-file .yamllint.yml
|
entry: yamllint --strict --config-file .yamllint.yml
|
||||||
|
|
||||||
- repo: "https://github.com/crate-ci/typos"
|
- repo: "https://github.com/crate-ci/typos"
|
||||||
rev: v1.16.26
|
rev: v1.28.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user