Skip to content

Commit

Permalink
Chore: update pre-commit hooks (frozen)
Browse files Browse the repository at this point in the history
* github.com/pre-commit/pre-commit-hooks: v4.5.0 -> v4.6.0
* github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 -> v4.0.0-alpha.8
* github.com/pycqa/bandit: 1.7.5 -> 1.7.8
* github.com/pycqa/pydocstyle: 6.3.0 -> 6.3.0
* github.com/adrienverge/yamllint: v1.30.0 -> v1.35.1
* github.com/btford/write-good: v1.0.8 -> v1.0.8
* github.com/rhysd/actionlint: v1.6.26 -> v1.7.1

Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I5f218c1fc1f075c3d5506fc402c5e2e10b920352
  • Loading branch information
tykeal committed Jun 4, 2024
1 parent abca239 commit 5d909eb
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,7 +4,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: trailing-whitespace
- id: no-commit-to-branch
Expand All @@ -24,7 +24,7 @@ repos:
stages: [commit-msg]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]
Expand All @@ -39,28 +39,28 @@ repos:
files: ^.+\.py$

- 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/adrienverge/yamllint
rev: v1.30.0
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # frozen: v1.35.1
hooks:
- id: yamllint

- repo: https://github.com/btford/write-good
rev: v1.0.8
rev: ab66ce10136dfad5146e69e70f82a3efac8842c1 # frozen: v1.0.8
hooks:
- id: write-good

- 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 5d909eb

Please sign in to comment.