meowzor post draft
This commit is contained in:
parent
db846103a7
commit
a6a6f347ba
9 changed files with 831 additions and 5 deletions
12
.pre-commit-config.yaml
Normal file
12
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: no-spicy-exif
|
||||
name: Ban spicy exif data
|
||||
description: Ensures that there is no sensitive exif data committed
|
||||
language: system
|
||||
entry: exiftool -all= --icc_profile:all -overwrite_original
|
||||
exclude_types: ["svg"]
|
||||
types: ["image"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue