We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff
ruff-check
1 parent 03c9c43 commit 3eb09f5Copy full SHA for 3eb09f5
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
rev: v0.14.10
16
hooks:
17
- - id: ruff
+ - id: ruff-check
18
- id: ruff-format
19
- repo: https://github.com/adamchainz/blacken-docs
20
rev: 1.20.0
@@ -66,6 +66,7 @@ repos:
66
rev: v1.7.10
67
68
- id: actionlint
69
+ language: golang # means renovate will also update `additional_dependencies`
70
additional_dependencies:
71
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
72
# and checks these with shellcheck. This is arguably its most useful feature,
0 commit comments