> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run pre-commit

> Add a Run pre-commit command to a Paradime Bolt schedule to run pre-commit hooks against your dbt™ project for linting, formatting, and checks.

Run pre-commit hooks against your project from a Bolt schedule to enforce code quality and standards as part of your pipeline.

## Prerequisites

* A [pre-commit](/integrations/pre-commit) configuration (`.pre-commit-config.yaml`) in your project.

## Usage

Add the **Run pre-commit** command to your schedule and enter one or more commands, one per line. The command box accepts any command supported by the pre-commit CLI:

```bash theme={"system"}
pre-commit run --all-files
pre-commit run <hook-id>
```

## Learn more

See the [pre-commit integration](/integrations/pre-commit) for setup and available hooks.


## Related topics

- [Paradime Setup and Configuration](/integrations/pre-commit/paradime-setup-and-configuration.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Pre-commit](/integrations/pre-commit/index.md)
- [Prettier](/integrations/prettier.md)
- [dbt™ Commands](/integrations/pre-commit/dbt-tm-checkpoint-hooks/dbt-tm-commands.md)
