mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
ci: check for missing migrations
This commit is contained in:
parent
d8c3a47352
commit
8cc237e7a3
1 changed files with 10 additions and 0 deletions
|
|
@ -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,
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue