Skip to content

Commit 3eb09f5

Browse files
authored
Replace legacy ruff hook with ruff-check (#419)
1 parent 03c9c43 commit 3eb09f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
rev: v0.14.10
1616
hooks:
17-
- id: ruff
17+
- id: ruff-check
1818
- id: ruff-format
1919
- repo: https://github.com/adamchainz/blacken-docs
2020
rev: 1.20.0
@@ -66,6 +66,7 @@ repos:
6666
rev: v1.7.10
6767
hooks:
6868
- id: actionlint
69+
language: golang # means renovate will also update `additional_dependencies`
6970
additional_dependencies:
7071
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
7172
# and checks these with shellcheck. This is arguably its most useful feature,

0 commit comments

Comments
 (0)