meowzor post draft

This commit is contained in:
Jade Lovelace 2023-04-21 01:50:27 -07:00
parent db846103a7
commit a6a6f347ba
9 changed files with 831 additions and 5 deletions

12
.pre-commit-config.yaml Normal file
View 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"]