Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
chore(pre-commit): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0)
- [github.com/k8s-at-home/sops-pre-commit: v2.0.3 → v2.1.0](onedr0p/sops-pre-commit@v2.0.3...v2.1.0)
- [github.com/igorshubovych/markdownlint-cli: v0.28.1 → v0.31.1](igorshubovych/markdownlint-cli@v0.28.1...v0.31.1)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v5.0.0 → v8.0.0](alessandrojcm/commitlint-pre-commit-hook@v5.0.0...v8.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 11, 2022
1 parent 3218268 commit a366eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
Expand All @@ -19,7 +19,7 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
- repo: https://github.com/k8s-at-home/sops-pre-commit
rev: v2.0.3
rev: v2.1.0
hooks:
- id: forbid-secrets
- repo: https://github.com/adrienverge/yamllint
Expand All @@ -31,14 +31,14 @@ repos:
- .github/lint/.yamllint.yaml
- -s
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.28.1
rev: v0.31.1
hooks:
- id: markdownlint
args:
- -c
- .github/lint/.markdownlint.yaml
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v5.0.0
rev: v8.0.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit a366eb3

Please sign in to comment.