From 0402d079231730389f34334b5daf54aaa6d909c9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 24 Feb 2023 16:13:43 +0200 Subject: [PATCH] .pre-commit-config.yaml: add check-added-large-files --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7f824e..e258be9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: + - id: check-added-large-files - id: check-case-conflict - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable