From 7d7b5dbd801b1d46c26580bcae32eaa680c6e904 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:33:56 +0000 Subject: [PATCH] ci: sync with template repository --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b81200d..697dfeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,6 +49,9 @@ repos: rev: v4.0.0-alpha.8 hooks: - id: prettier + args: + - --cache-location + - /tmp/prettier/.prettier-cache stages: - pre-commit - repo: https://github.com/pre-commit/pre-commit-hooks