Skip to content

Commit b1d7630

Browse files
committed
update pixi.lock
1 parent 7eb3b1d commit b1d7630

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ repos:
4848
# Run the formatter.
4949
- id: ruff-format
5050
types_or: [ python, pyi ]
51-
# Shell script linter (tries system shellcheck, falls back to pixi)
51+
# Shell script linter
5252
- repo: local
5353
hooks:
5454
- id: shellcheck
5555
name: shellcheck
5656
language: system
57-
entry: bash -c 'if command -v shellcheck >/dev/null 2>&1; then shellcheck "$@"; else pixi run shellcheck "$@"; fi' --
57+
entry: pixi run shellcheck
5858
types: [shell]
5959

6060
# Checks for spelling mistakes

0 commit comments

Comments
 (0)