Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHORE] Edit 'make-hooks' command to install pre-commit script (#1602)
I noticed after following the [contributing guide](https://github.com/Eventual-Inc/Daft/blob/main/CONTRIBUTING.md#development-environment) and running 'make hooks', the pre-commit hooks did not run when I commit changes. Not sure if this was intended, but looking at https://pre-commit.com/#pre-commit-install-hooks: ``` pre-commit install-hooks does not install the pre-commit script. To install the script along with the hook environments in one command, use pre-commit install --install-hooks. ``` See also: pre-commit/pre-commit.com#255
- Loading branch information