feat: add precommit config to make removing exif data from images easier

This commit is contained in:
David Kilias 2024-02-04 21:23:00 +01:00
parent 5596a09c3e
commit 4bc17b5f33

5
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,5 @@
repos:
- repo: https://github.com/stefmolin/exif-stripper
rev: 0.1.2
hooks:
- id: strip-exif