Returns the list of deactivated git hook file paths
List<String> deactiveHooks() { return hooks .map((value) => '${Consts.herdsmanDirPath}/$value.deactive') .toList(); }