Skip to content

Commit 0f47693

Browse files
committed
Release 1.10.0
1 parent 66effa0 commit 0f47693

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.9.0
3+
rev: 1.10.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.9.0 /entry
3+
entry: duolingo/pre-commit-hooks:1.10.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
@@ -35,7 +35,7 @@ Repo maintainers can declare this hook in `.pre-commit-config.yaml`:
3535

3636
```yaml
3737
- repo: https://github.com/duolingo/pre-commit-hooks.git
38-
rev: 1.9.0
38+
rev: 1.10.0
3939
hooks:
4040
- id: duolingo
4141
args: # Optional

0 commit comments

Comments
 (0)