We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2595c6 commit 6f05e8dCopy full SHA for 6f05e8d
1 file changed
README.md
@@ -165,14 +165,14 @@ Add to `.pre-commit-config.yaml` to run `mrt check` automatically before every p
165
```yaml
166
# Alembic
167
- repo: https://github.com/croc100/pytest-mrt
168
- rev: v1.2.0
+ rev: v1.3.1
169
hooks:
170
- id: mrt-check
171
args: [alembic/versions/]
172
173
# Django
174
175
176
177
178
args: [myapp/migrations/]
0 commit comments