ci: check for missing migrations

This commit is contained in:
Mike 2023-02-22 08:08:47 -07:00
parent d8c3a47352
commit 8cc237e7a3

View file

@ -15,3 +15,13 @@ repos:
- id: black
language_version: python3
entry: black --target-version=py36
- repo: https://github.com/remastr/pre-commit-django-check-migrations
rev: v0.1.0
hooks:
- id: check-migrations-created
args:
[
--exec-command=poetry run python,
--manage-path=manage.py,
]