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

chore(pre-commit): pre-commit autoupdate #34

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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.5.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
Expand All @@ -19,26 +19,26 @@ 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.1
hooks:
- id: forbid-secrets
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.33.0
hooks:
- id: yamllint
args:
- -c
- .github/lint/.yamllint.yaml
- -s
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.28.1
rev: v0.38.0
hooks:
- id: markdownlint
args:
- -c
- .github/lint/.markdownlint.yaml
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v5.0.0
rev: v9.10.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down