ci: specify additional_dependencies for migration hook check to install

This commit is contained in:
Mike 2023-02-22 08:18:43 -07:00
parent 8fbd18bf79
commit daf7975fe0

View file

@ -20,8 +20,5 @@ repos:
rev: v0.1.0
hooks:
- id: check-migrations-created
args:
[
--exec-command=poetry run python,
--manage-path=manage.py,
]
args: [--manage-path=manage.py]
additional_dependencies: [django==4.1]