[go: up one dir, main page]

File: .gitpod.yml

package info (click to toggle)
inkbird-ble 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: python: 3,418; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (97)
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