From e63dbba74a311d5817fcbcc0a0ccce9c805a5bba Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 3 Jan 2024 19:31:11 +0100 Subject: [PATCH] chore: update pre-commit Signed-off-by: Matej Focko --- .pre-commit-config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b53066..6eadfd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,17 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks + +exclude: ^(\.docusaurus|build|node_modules|public)/.*$ + repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.1 + rev: v3.1.0 hooks: - id: prettier