Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Feb 3, 2022
1 parent 09551a7 commit 7343c9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
---
repos:
- repo: https://github.com/boidolr/pre-commit-images
rev: v1.0.0
rev: v1.0.1
hooks:
- id: optimize-avif
exclude: ^tests
Expand All @@ -21,11 +21,13 @@ repos:
exclude: ^tests
- id: optimize-webp
exclude: ^tests

- repo: https://github.com/boidolr/pre-commit-text
rev: v1.0.0
hooks:
- id: pretty-format-yaml
args: [--preserve-quotes]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A collection of git hooks for use with the [pre-commit](https://github.com/pre-c
Add this to your `.pre-commit-config.yaml`:
```
- repo: https://github.com/boidolr/pre-commit-images
rev: v1.0.1 # Use the ref you want to point at
rev: v1.0.2 # Use the ref you want to point at
hooks:
- id: optimize-png
# - id: ...
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_images/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.0.1"
VERSION = "1.0.2"

0 comments on commit 7343c9b

Please sign in to comment.