mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
.pre-commit-config.yaml: add commented exiftool hook
This commit is contained in:
parent
5d00ccaf6b
commit
ea2991c23d
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user