Skip to content

Commit a8f9bef

Browse files
committed
Release 1.7.0
1 parent eae9bf5 commit a8f9bef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: .
3-
rev: 1.6.2
3+
rev: 1.7.0
44
hooks:
55
- id: duolingo
66
exclude: test/

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- id: duolingo
22
name: Duolingo
3-
entry: duolingo/pre-commit-hooks:1.6.2 /entry
3+
entry: duolingo/pre-commit-hooks:1.7.0 /entry
44
language: docker_image
55
types: [text]
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Repo maintainers can declare this hook in `.pre-commit-config.yaml`:
2929

3030
```yaml
3131
- repo: https://github.com/duolingo/pre-commit-hooks.git
32-
rev: 1.6.2
32+
rev: 1.7.0
3333
hooks:
3434
- id: duolingo
3535
args: # Optional

0 commit comments

Comments
 (0)