We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb3b1d commit b1d7630Copy full SHA for b1d7630
1 file changed
.pre-commit-config.yaml
@@ -48,13 +48,13 @@ repos:
48
# Run the formatter.
49
- id: ruff-format
50
types_or: [ python, pyi ]
51
- # Shell script linter (tries system shellcheck, falls back to pixi)
+ # Shell script linter
52
- repo: local
53
hooks:
54
- id: shellcheck
55
name: shellcheck
56
language: system
57
- entry: bash -c 'if command -v shellcheck >/dev/null 2>&1; then shellcheck "$@"; else pixi run shellcheck "$@"; fi' --
+ entry: pixi run shellcheck
58
types: [shell]
59
60
# Checks for spelling mistakes
0 commit comments