-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed as not planned
Description
My pre-commit hook recently stopped working. I have tried changing the version of pre-commit, this hook and biome, but it still seems to happen.
Steps to reproduce:
$ docker run --rm -it python:alpine sh
# apk add git libstdc++
# pip install pipx
# cd /tmp
# mkdir test
# cd test
# git init
# touch a.js
# git add a.js
# cat > .pre-commit-config.yaml
repos:
- repo: https://github.com/biomejs/pre-commit
rev: v0.4.0
hooks:
- id: biome-check
additional_dependencies:
- "@biomejs/[email protected]"
^D
# pipx run pre-commit run --show-diff-on-failure --color=always --all-files
biome check..............................................................Failed
- hook id: biome-check
- exit code: 1
Executable `biome` not found
tueda
Metadata
Metadata
Assignees
Labels
No labels