Skip to content

Commit

Permalink
Chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
* github.com/pre-commit/pre-commit-hooks: v4.4.0 -> v4.6.0 (frozen)
* github.com/jorisroovers/gitlint: v0.18.0 -> v0.19.1 (frozen)
* github.com/astral-sh/ruff-pre-commit: v0.4.5 -> v0.4.7 (frozen)
* github.com/pycqa/bandit: 1.7.5 -> 1.7.8 (frozen)
* github.com/pycqa/pydocstyle: 6.3.0 -> 6.3.0 (frozen)
* github.com/btford/write-good: v1.0.8 -> v1.0.8 (frozen)
* github.com/rhysd/actionlint: v1.6.26 -> v1.7.1 (frozen)

Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I939f58d8bbbfa37ae432fc3e96ad505ed20e867d
  • Loading branch information
tykeal committed Jun 4, 2024
1 parent a33c03c commit 299ae66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: fc609d3ce5e38f1d32423050196bf0ce4ecc59c1 # frozen: v0.4.5
rev: f42857794802b6a77b0e66f08803575aa80d3c8f # frozen: v0.4.7
hooks:
- id: ruff
files: ^(docs)/.+\.py$
Expand All @@ -27,26 +27,26 @@ repos:


- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 22b4226078b041a16bf05163347a66ab4dbcf3a5 # frozen: 1.7.8
hooks:
- id: bandit
# Bandit does not need to run on test code
exclude: tests/.*

- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0
rev: 07f6707e2c5612960347f7c00125620457f490a7 # frozen: 6.3.0
hooks:
- id: pydocstyle


- repo: https://github.com/btford/write-good
rev: v1.0.8
rev: ab66ce10136dfad5146e69e70f82a3efac8842c1 # frozen: v1.0.8
hooks:
- id: write-good
files: "\\.(rst|md|markdown|mdown|mkdn)$"
exclude: docs/infra/gerrit.rst|docs/best-practices.rst

- repo: https://github.com/rhysd/actionlint
rev: ea8102762106cdca9c88829f1295b39a544706f3 # frozen: v1.6.26
rev: 62dc61a45fc95efe8c800af7a557ab0b9165d63b # frozen: v1.7.1
hooks:
- id: actionlint

0 comments on commit 299ae66

Please # to comment.