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

@@ -7,7 +7,7 @@
"containerEnv": {
"UV_CACHE_DIR": "/usr/src/paperless/paperless-ngx/.uv-cache"
},
"postCreateCommand": "/bin/bash -c 'rm -rf .venv/.* && uv sync --group dev && uv run pre-commit install'",
"postCreateCommand": "/bin/bash -c 'rm -rf .venv/.* && uv sync --group dev && uv run prek install'",
"customizations": {
"vscode": {
"extensions": [