From 6066813cba3d673e7780b315ad426784eeed111c Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Wed, 21 Sep 2022 17:44:23 +0200 Subject: [PATCH] chore: remove check-added-large-files lint --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a99c63..7d7459e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: rev: v4.3.0 hooks: - id: end-of-file-fixer - - id: check-added-large-files - id: check-json - repo: https://github.com/cathiele/pre-commit-rust