Chore: Switches all locations to use prek in place of pre-commit (#12002)

This commit is contained in:
Trenton H
2026-02-05 10:51:23 -08:00
committed by GitHub
parent b8e3b6590e
commit 71663fdbe2
10 changed files with 39 additions and 125 deletions

View File

@@ -81,7 +81,7 @@ first-time setup.
5. Install pre-commit hooks:
```bash
$ uv run pre-commit install
$ uv run prek install
```
6. Apply migrations and create a superuser (also can be done via the web UI) for your development instance:
@@ -217,7 +217,7 @@ commit. See [above](#code-formatting-with-pre-commit-hooks) for installation ins
command such as
```bash
$ git ls-files -- '*.ts' | xargs pre-commit run prettier --files
$ git ls-files -- '*.ts' | xargs prek run prettier --files
```
Front end testing uses Jest and Playwright. Unit tests and e2e tests,