Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is removed.
Add the following to your .pre-commit-config.yaml
file:
- repo: https://github.com/stefmolin/exif-stripper
rev: 0.3.1
hooks:
- id: strip-exif
Please consult the contributing guidelines.