Skip to content

Commit

Permalink
Add pre-commit docs reference in usage section (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Aug 9, 2024
1 parent 804f9b4 commit 3bc0b11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is
</table>

## Usage

Add the following to your `.pre-commit-config.yaml` file:

```yaml
Expand All @@ -54,5 +55,7 @@ Add the following to your `.pre-commit-config.yaml` file:
- id: strip-exif
```
Be sure to check out the [pre-commit documentation](https://pre-commit.com/#pre-commit-configyaml---hooks) for additional configuration options.
## Contributing
Please consult the [contributing guidelines](CONTRIBUTING.md).

0 comments on commit 3bc0b11

Please sign in to comment.