From ea2991c23d6270145f192a1c2bf108c4f431f049 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 4 Jun 2023 11:41:12 +0300 Subject: [PATCH] .pre-commit-config.yaml: add commented exiftool hook --- .pre-commit-config.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7a2ea88..56c6156b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.ci for more information ci: # Attempts to use networking and fails at name resolution, local hook - # skip: [bundler-audit, pylint, latexmk] + # skip: [bundler-audit, pylint, latexmk, exiftool] # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease # the frequency of unnecessary PRs. # https://github.com/pre-commit-ci/issues/issues/83 @@ -116,3 +116,12 @@ repos: # entry: latexmk -quiet # language: system # types: [text, tex] + + # Fedora: perl-Image-ExifTool + # - repo: local + # hooks: + # - id: exiftool + # name: Remove all EXIF metadata using exiftool + # entry: exiftool -all= + # language: system + # types: [image]