From 5f8b77957a8b03ef8fdf014da46d869ed2f787ef Mon Sep 17 00:00:00 2001 From: ReiHashimoto <42664619+ReiHashimoto@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:38:19 +0900 Subject: [PATCH] remove large file check on pre-commit --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce2a505a6..ed3599e55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - - id: check-added-large-files - exclude: frontend/build - id: check-toml - id: check-yaml args: