Skip to content

Commit 31895ce

Browse files
committed
Release 1.15.0
1 parent 43bc6f3 commit 31895ce

3 files changed

Lines changed: 4 additions & 4 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.14.2
3+
rev: 1.15.0
44
hooks:
55
- id: duolingo
66
exclude: test/

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
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.14.2 /entry
3+
entry: duolingo/pre-commit-hooks:1.15.0 /entry
44
language: docker_image
55
types: [text]
66

@@ -12,7 +12,7 @@
1212

1313
- id: sync-ai-rules
1414
name: Sync AI Rules
15-
entry: duolingo/pre-commit-hooks:1.14.2 sh -c "PYTHONPATH=/ python3 -m sync_ai_rules"
15+
entry: duolingo/pre-commit-hooks:1.15.0 sh -c "PYTHONPATH=/ python3 -m sync_ai_rules"
1616
language: docker_image
1717
files: &sync_ai_rules_files (^\.cursor/rules/.*\.mdc$|^\.code_review/.*\.md$)
1818
pass_filenames: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Repo maintainers can declare these hooks in `.pre-commit-config.yaml`:
5252

5353
```yaml
5454
- repo: https://github.com/duolingo/pre-commit-hooks.git
55-
rev: 1.14.2
55+
rev: 1.15.0
5656
hooks:
5757
# Optimization hook for `language: docker_image`
5858
- id: precache-docker

0 commit comments

Comments
 (0)