Skip to content

Commit

Permalink
Build for arm, bump to 1.5.3 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyMellor authored Jan 31, 2022
1 parent e6035bd commit 8f30f81
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.5.2
rev: 1.5.3
hooks:
- id: duolingo
- repo: local
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- id: duolingo
name: Duolingo
entry: duolingo/pre-commit-hooks:1.5.2 /entry
entry: duolingo/pre-commit-hooks:1.5.3 /entry
language: docker_image
types: [text]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Repo maintainers can declare this hook in `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/duolingo/pre-commit-hooks.git
rev: 1.5.2
rev: 1.5.3
hooks:
- id: duolingo
args: [--python-version=2] # Optional, defaults to Python 3
Expand Down

0 comments on commit 8f30f81

Please sign in to comment.