From a3de64fde4133b42a0ba5b6d1386bcab470063a3 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 25 Sep 2023 19:33:04 -0700 Subject: [PATCH] pre-commit: always check all file sizes --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7ef691c837ddf..8d78d20dabb714 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,9 @@ repos: - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable - id: check-added-large-files - args: ['--maxkb=100'] + args: + - --maxkb=100 + - --enforce-all - repo: https://github.com/codespell-project/codespell rev: v2.2.5 hooks: