Skip to content

Commit

Permalink
Chore: pre-commit hook updates (frozen)
Browse files Browse the repository at this point in the history
* github.com/adrienverge/yamllint.git: v1.33.0 -> v1.34.0 (frozen)
* github.com/psf/black: 23.12.1 -> 24.1.1 (frozen)

Change-Id: Idaf64aae3e97cc4865ea3b2ba14e448f14ddc524
Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Feb 8, 2024
1 parent f39fa79 commit 4124ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: gitlint

- repo: https://github.com/adrienverge/yamllint.git
rev: 8713140e99914c0cb6e07364daedfb140847c3c5 # frozen: v1.33.0
rev: dd99a1c965b56027e9773442f41d3c58cc53c690 # frozen: v1.34.0
hooks:
- id: yamllint
types: [yaml]
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
rev: e026c93888f91a47a9c9f4e029f3eb07d96375e6 # frozen: 24.1.1
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 4124ca4

Please sign in to comment.