From 9f5cb3a07e65f8cd814c8b318684c1170b630f0d Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 6 Dec 2024 20:11:09 +0100 Subject: [PATCH] chore: add exif-stripper to ensure exif data is removed --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3504f3b68..6f3d2ff27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,6 +56,11 @@ repos: .*\.md )$ + - repo: https://github.com/stefmolin/exif-stripper + rev: 0.6.1 + hooks: + - id: strip-exif + - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: