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.
|
# 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
|
||||||
|
Reference in New Issue
Block a user