We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
biome
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
The text was updated successfully, but these errors were encountered:
Seems to be a problem with pre-commit itself (or npm): pre-commit/pre-commit#3261
Sorry, something went wrong.
I am going to close it, this is an issue with Node.js 22.5.0. Revert to 22.4.1 until they release a patch. Context: nodejs/node#53934
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: