From 78b68e1ab948e67fd9ad68f62166df632d9ef434 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:08:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20pre-commit=20config=20t?= =?UTF-8?q?o=20exclude=20generated=20client=20folder=20(#1150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c13b47b..c717bc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,9 @@ repos: args: - --unsafe - id: end-of-file-fixer + exclude: ^frontend/src/client/.* - id: trailing-whitespace + exclude: ^frontend/src/client/.* - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.2.2 hooks: