9 lines
198 B
YAML
9 lines
198 B
YAML
tasks:
|
|
- command: |
|
|
pip install poetry
|
|
PIP_USER=false poetry install
|
|
- command: |
|
|
pip install pre-commit
|
|
pre-commit install
|
|
PIP_USER=false pre-commit install-hooks
|