We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615b329 commit 6ef7985Copy full SHA for 6ef7985
Makefile
@@ -18,7 +18,7 @@ install-no-root: pull-init update-no-root
18
pip:
19
# Install and upgrade pip dependencies
20
pip install --upgrade pip --user
21
- pip install --upgrade -r requirements/dev.txt --user --break-system-packages -v
+ pip install --upgrade -r requirements/dev.txt --user --break-system-packages -v
22
23
pre-commit:
24
# Install pre-commit hooks for all submodules that have a .pre-commit-config.yaml file
0 commit comments