neurobagel / query-tool

User interface for searching across Neurobagel graph
https://query.neurobagel.org/
MIT License
2 stars 1 forks source link

Update husky scripts #237

Open rmanaem opened 3 months ago

rmanaem commented 3 months ago

When pre-commit runs, we get:

husky - DEPRECATED

Please remove the following lines from your hook scripts:

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

They WILL FAIL in v10.0.0
github-actions[bot] commented 1 month ago

We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days. We have applied the _flag:stale label to indicate that this issue should be reviewed again. When you review, please reread the spec and then apply one of these three options:

alyssadai commented 3 days ago

Possibly related (?): when I run npx husky install following https://github.com/neurobagel/query-tool?tab=readme-ov-file#developer-setup, I get the message:

install command is DEPRECATED

I'm not sure if this actually indicates that the installation failed or not 🤷