File: .gitpod.yml

package info (click to toggle)
mopeka-iot-ble 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 268 kB
  • sloc: python: 1,637; javascript: 8; makefile: 7; sh: 5
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (71)
1
2
3
4
5
6
7
8
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