.pre-commit-config.yaml: maybe caching and ignoring unknown files would be good ideas

This commit is contained in:
Aminda Suomalainen 2024-06-06 17:34:05 +03:00
parent 89e5549cea
commit a3c369180b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -131,7 +131,7 @@ repos:
hooks:
- id: pnpm-prettier
name: prettier
entry: pnpm exec prettier --write
entry: pnpm exec prettier --cache --ignore-unknown --write
language: system
exclude_types: [json]