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

This commit is contained in:
Aminda Suomalainen 2023-02-24 16:13:43 +02:00
parent 6eb6ed647c
commit 0402d07923
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