Skip to content

Commit

Permalink
Chore: Update pre-commit dependencies
Browse files Browse the repository at this point in the history
pre-commit-hooks v4.2.0 -> v4.5.0
mirrors-prettier v2.6.2 -> v4.0.0-alpha.8
gitlint] v0.17.0 -> v0.19.1
yamllint.git v1.26.3 -> v1.35.1
pre-commit-hooks 2.1.6 -> 3.0.0

Issue: RELENG-5144
Change-Id: Ibb0505a52d8baff7239e49caef410ff6fad35cb4
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Feb 27, 2024
1 parent d1e8579 commit 7c8c013
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: no-commit-to-branch
Expand All @@ -10,23 +10,23 @@ repos:
- --branch=main

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]

- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.19.1
hooks:
- id: gitlint

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.35.1
hooks:
- id: yamllint

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.6
rev: 3.0.0
hooks:
- id: shellcheck

Expand Down

0 comments on commit 7c8c013

Please sign in to comment.