diff --git a/Makefile b/Makefile index 375fe05b5..0f1f43cf2 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ install-no-root: pull-init update-no-root pip: # Install and upgrade pip dependencies - pip install --upgrade -r requirements/dev.txt --user + pip install --upgrade -r requirements/dev.txt --user -v pre-commit: # Install pre-commit hooks for all submodules that have a .pre-commit-config.yaml file