Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9b6c02

Browse files
committedFeb 3, 2025·
Release 1.8.1
1 parent f8c7405 commit e9b6c02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: .
3-
rev: 1.8.0
3+
rev: 1.8.1
44
hooks:
55
- id: duolingo
66
exclude: test/

‎.pre-commit-hooks.yaml

+1-1
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.8.0 /entry
3+
entry: duolingo/pre-commit-hooks:1.8.1 /entry
44
language: docker_image
55
types: [text]
66

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Repo maintainers can declare this hook in `.pre-commit-config.yaml`:
3131

3232
```yaml
3333
- repo: https://github.com/duolingo/pre-commit-hooks.git
34-
rev: 1.8.0
34+
rev: 1.8.1
3535
hooks:
3636
- id: duolingo
3737
args: # Optional

0 commit comments

Comments
 (0)
Please sign in to comment.