mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
ci: specify additional_dependencies for migration hook check to install
This commit is contained in:
parent
8fbd18bf79
commit
daf7975fe0
1 changed files with 2 additions and 5 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue