mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
add exiftool as system hook
This commit is contained in:
parent
2be7754e3d
commit
c249bbc8b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ keys.txt.asc
|
||||
.bundle
|
||||
.jekyll-cache
|
||||
vendor/
|
||||
*_original
|
||||
|
@ -5,6 +5,7 @@
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.ci for more information
|
||||
ci:
|
||||
skip: [exiftool]
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
@ -34,3 +35,12 @@ repos:
|
||||
rev: "v3.0.0-alpha.9-for-vscode"
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
||||
# 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