From 4646256dca6505577b655b770fbe65ed42adfb0b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 24 Feb 2023 19:40:42 +0200 Subject: [PATCH] .pre-commit-config.yaml: add the check-added-large-files hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7924e6c..bbcc203 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