Update pre-commit hooks to use latest versions of ruff and actionlint

This commit is contained in:
2025-01-10 21:25:41 +01:00
parent 1b1deb72d9
commit 735d7b853c

View File

@ -38,7 +38,7 @@ repos:
# An extremely fast Python linter and formatter. # An extremely fast Python linter and formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.5 rev: v0.9.0
hooks: hooks:
- id: ruff-format - id: ruff-format
- id: ruff - id: ruff
@ -46,6 +46,6 @@ repos:
# Static checker for GitHub Actions workflow files. # Static checker for GitHub Actions workflow files.
- 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