diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 535514ae79..4220133e4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,10 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: + - id: check-added-large-files + args: + - --maxkb=1024 + - --enforce-all - id: check-case-conflict - id: check-executables-have-shebangs - id: check-json