From d4f2b4f968b6e7ec4e3f3222eae314815c7ea23e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 4 Jul 2024 10:54:12 +0300 Subject: [PATCH] ..pre-commit-config.yaml: update check-jsonschema & comment verbosity of pnpm --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f6b3d3..7663590 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: args: [--update-only, --no-title] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-dependabot - id: check-github-workflows @@ -70,7 +70,7 @@ repos: entry: corepack pnpm install -D language: system always_run: true - verbose: true + #verbose: true pass_filenames: false - id: prettier name: prettier