Skip to content

Commit

Permalink
Remove default value for require_serial in hook config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Jan 29, 2024
1 parent 1b57686 commit 1ff4c45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
name: strip-exif
description: This hook ensures that no image metadata (EXIF) is present on images added to version control.
entry: strip-exif
require_serial: false
language: python
types: [image]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/stefmolin/exif-stripper
rev: 0.1.1
rev: 0.1.2
hooks:
- id: strip-exif
```
2 changes: 1 addition & 1 deletion src/exif_stripper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""EXIF stripper."""

__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit 1ff4c45

Please sign in to comment.