Skip to content

Commit

Permalink
Chore: Update linting checks
Browse files Browse the repository at this point in the history
Change-Id: I4938abb1fa3443626426e0b8da846ec25736ca50
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
  • Loading branch information
ModeSevenIndustrialSolutions committed Dec 2, 2024
1 parent aa26e52 commit 164b867
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 @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -30,17 +30,17 @@ repos:
- --branch=production

- repo: https://github.com/jorisroovers/gitlint
rev: acc9d9de6369b76d22cb4167029d2035e8730b98 # frozen: v0.19.1
rev: acc9d9de6369b76d22cb4167029d2035e8730b98 # v0.19.1
hooks:
- id: gitlint

- repo: https://github.com/adrienverge/yamllint.git
rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # v1.35.1
hooks:
- id: yamllint
types: [yaml]

- repo: https://github.com/rhysd/actionlint
rev: fd7ba3c382e13dcc0248e425b4cbc3f1185fa3ee # frozen: v1.6.24
rev: 5db9d9cde2f3deb5035dea3e45f0a9fff2f29448 # v1.7.4
hooks:
- id: actionlint

0 comments on commit 164b867

Please sign in to comment.