diff --git a/Makefile b/Makefile index e098615b86c..6b9d6ef0963 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ target: @$(MAKE) pr dev: - pip install --upgrade pip pre-commit poetry==1.1.4 + pip install --upgrade pip pre-commit poetry poetry install --extras "pydantic" pre-commit install