dbus-fast/.gitpod.yml
2022-09-09 08:37:05 -05:00

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