Update pre-commit hooks to use latest versions of ruff and actionlint
This commit is contained in:
@ -38,7 +38,7 @@ repos:
|
||||
|
||||
# An extremely fast Python linter and formatter.
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.8.5
|
||||
rev: v0.9.0
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
- id: ruff
|
||||
@ -46,6 +46,6 @@ repos:
|
||||
|
||||
# Static checker for GitHub Actions workflow files.
|
||||
- repo: https://github.com/rhysd/actionlint
|
||||
rev: v1.7.5
|
||||
rev: v1.7.6
|
||||
hooks:
|
||||
- id: actionlint
|
||||
|
Reference in New Issue
Block a user