Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artnc committed Jan 16, 2024
1 parent 345d1c2 commit 133e98e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: .
rev: 1.7.1
rev: 1.7.2
hooks:
- id: duolingo
exclude: test/
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- id: duolingo
name: Duolingo
entry: duolingo/pre-commit-hooks:1.7.1 /entry
entry: duolingo/pre-commit-hooks:1.7.2 /entry
language: docker_image
types: [text]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Repo maintainers can declare this hook in `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/duolingo/pre-commit-hooks.git
rev: 1.7.1
rev: 1.7.2
hooks:
- id: duolingo
args: # Optional
Expand Down

0 comments on commit 133e98e

Please sign in to comment.