Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artnc committed Jun 7, 2022
1 parent bb20ed1 commit feafd51
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.6.0
rev: 1.6.1
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.6.0 /entry
entry: duolingo/pre-commit-hooks:1.6.1 /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 @@ -28,7 +28,7 @@ Repo maintainers can declare this hook in `.pre-commit-config.yaml`:

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

0 comments on commit feafd51

Please sign in to comment.