Skip to content

Commit 6f05e8d

Browse files
authored
docs: update pre-commit rev to v1.3.1 (#58)
1 parent e2595c6 commit 6f05e8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@ Add to `.pre-commit-config.yaml` to run `mrt check` automatically before every p
165165
```yaml
166166
# Alembic
167167
- repo: https://github.com/croc100/pytest-mrt
168-
rev: v1.2.0
168+
rev: v1.3.1
169169
hooks:
170170
- id: mrt-check
171171
args: [alembic/versions/]
172172

173173
# Django
174174
- repo: https://github.com/croc100/pytest-mrt
175-
rev: v1.2.0
175+
rev: v1.3.1
176176
hooks:
177177
- id: mrt-check
178178
args: [myapp/migrations/]

0 commit comments

Comments
 (0)