# pre-commit-hooks

[**pre-commit-hooks**](https://pre-commit.com/hooks.html) is a linter for All.

You can enable the pre-commit-hooks linter with:

```shell
trunk check enable pre-commit-hooks
```

## Auto Enabling

pre-commit-hooks will never be auto-enabled. It must be enabled manually.

## Links

* [pre-commit-hooks site](https://pre-commit.com/hooks.html)
* pre-commit-hooks Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/pre-commit-hooks)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
