mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 12:00:12 +01:00
feat: add precommit config to make removing exif data from images easier
This commit is contained in:
parent
5596a09c3e
commit
4bc17b5f33
1 changed files with 5 additions and 0 deletions
5
.pre-commit-config.yaml
Normal file
5
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/stefmolin/exif-stripper
|
||||
rev: 0.1.2
|
||||
hooks:
|
||||
- id: strip-exif
|
Loading…
Reference in a new issue