Merge "fix(deps): remove deprecated husky commands" into integration
diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg
index 617400a..e38252e 100755
--- a/.husky/prepare-commit-msg
+++ b/.husky/prepare-commit-msg
@@ -1,8 +1,5 @@
 #!/bin/sh
 
-# shellcheck source=./_/husky.sh
-. "$(dirname "$0")/_/husky.sh"
-
 if ! git config --get tf-a.disableCommitizen > /dev/null; then
     "$(dirname "$0")/prepare-commit-msg.cz" "$@"
 fi