**Description** Husky is issuing a deprecation warning regarding the following two lines in `.husky/pre-commit`: ``` #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" ``` These lines WILL FAIL in Husky v10.0.0. Please remove them to ensure compatibility with future Husky versions. Also the `husky install` command is deprecated and needs to be replaced with `husky` instead The change needs to be applied in : - [x] Hexabot - [x] Hexabot Starter Template - [x] Any other project using old config