Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Taskfile): uninstall pre-commit before creating index
This commit modifies the Taskfile.yaml file by adding the "pre-commit uninstall" command before creating the index. It also adds the "pre-commit install" command after removing the index.yaml file. This ensures that the pre-commit hook is uninstalled and then installed again during the index creation process.
- Loading branch information