From 97939bd7660082595a0dc2e4bb1e4ec84e24fb88 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 24 Feb 2023 15:03:23 +0200 Subject: [PATCH] .pre-commit-config.yaml: add check-added-large-files https://github.com/pre-commit/pre-commit-hooks/tree/v4.4.0#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 7924e6c2..bbcc2033 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