.pre-commit-config.yaml: add the check-added-large-files hook

This commit is contained in:
Aminda Suomalainen 2023-02-24 19:40:42 +02:00
parent 643e64bee3
commit 4646256dca
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -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