Skip to content

Commit

Permalink
Chore: Update pre-commit hooks to latest versions
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/ambv/black: 24.1.1 -> 24.4.2
* github.com/pre-commit/mirrors-mypy: v1.8.0 -> v1.10.0

Issue: RELENG-5356
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I4b6e6fe50d78bb92fb0729d48f47cf74727b3af1
  • Loading branch information
tykeal committed May 29, 2024
1 parent 3d9a1c3 commit 2c5ba22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
###########

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace

Expand All @@ -19,7 +19,7 @@ repos:
##########

- repo: https://github.com/ambv/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black

Expand All @@ -35,7 +35,7 @@ repos:
args: ["--max-line-length=120"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 2c5ba22

Please sign in to comment.