From c7a8673dc8aaae53891b837397b995211afd48c4 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Fri, 27 Oct 2023 20:55:37 +0200 Subject: [PATCH] Exclude FE --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66217f439..6386454d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,16 +7,16 @@ repos: rev: v3.4.0 hooks: - id: check-json - exclude: frontend/ + exclude: log-viewer/ - id: pretty-format-json files: .json args: - --autofix - exclude: frontend/ + exclude: log-viewer/ - id: end-of-file-fixer - exclude: frontend/ + exclude: log-viewer/ - id: trailing-whitespace - exclude: frontend/ + exclude: log-viewer/ - repo: https://github.com/psf/black rev: 23.7.0 hooks: