mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
.pre-commit-config.yaml: add exiftool
This commit is contained in:
parent
37f68cdab5
commit
dde19fb8e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*~
|
||||
.~*#
|
||||
.cache/**
|
||||
*_original
|
||||
|
||||
# ---> TeX
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
|
@ -5,7 +5,7 @@ ci:
|
||||
# the frequency of unnecessary PRs.
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [latexmk]
|
||||
skip: [latexmk, exiftool]
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
@ -70,3 +70,12 @@ repos:
|
||||
types: [text, tex]
|
||||
# I have no idea where latexmk wants the template
|
||||
exclude: LaTeX\/standardi-asiakirja.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