thegeeklab/.pre-commit-config.yaml
Robert Kaussow 1bf91825fc
All checks were successful
continuous-integration/drone/push Build is passing
chore: update about page and add profile picture (#271)
Reviewed-on: #271
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
2023-12-03 16:56:02 +01:00

12 lines
327 B
YAML

---
repos:
- repo: local
hooks:
- id: no-exif
name: Remove exif data
description: Ensures sensitive exif data is removed
language: system
entry: exiftool -all= --icc_profile:all -tagsfromfile @ -orientation -overwrite_original
exclude_types: ["svg"]
types: ["image"]