Skip to content

Executable biome not found #6

@tyilo

Description

@tyilo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions