Update pre-commit dependencies (#15289)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
renovate[bot] 2025-01-06 11:35:02 +00:00 committed by GitHub
parent bafe8714a8
commit f29c9e48a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ repos:
- black==24.10.0 - black==24.10.0
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.28.4 rev: v1.29.4
hooks: hooks:
- id: typos - id: typos
@ -73,7 +73,7 @@ repos:
pass_filenames: false # This makes it a lot faster pass_filenames: false # This makes it a lot faster
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4 rev: v0.8.6
hooks: hooks:
- id: ruff-format - id: ruff-format
- id: ruff - id: ruff
@ -103,7 +103,7 @@ repos:
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows. # `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`. # Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
- repo: https://github.com/rhysd/actionlint - repo: https://github.com/rhysd/actionlint
rev: v1.7.5 rev: v1.7.6
hooks: hooks:
- id: actionlint - id: actionlint
stages: stages: