.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
This commit is contained in:
Aminda Suomalainen 2023-02-24 15:03:23 +02:00
parent 06f6f2f2a6
commit 97939bd766
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