Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artnc committed Jan 17, 2024
1 parent 59f676e commit a65c7a1
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.2
rev: 1.7.3
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.2 /entry
entry: duolingo/pre-commit-hooks:1.7.3 /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.2
rev: 1.7.3
hooks:
- id: duolingo
args: # Optional
Expand Down

0 comments on commit a65c7a1

Please sign in to comment.