diff options
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e1b607..5f9a383 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml | |||
| @@ -30,3 +30,7 @@ repos: | |||
| 30 | args: [--autofix] | 30 | args: [--autofix] |
| 31 | - id: trailing-whitespace | 31 | - id: trailing-whitespace |
| 32 | args: [--markdown-linebreak-ext=md] | 32 | args: [--markdown-linebreak-ext=md] |
| 33 | - repo: https://github.com/stefmolin/exif-stripper | ||
| 34 | rev: 1.2.0 | ||
| 35 | hooks: | ||
| 36 | - id: strip-exif | ||