File: .gitpod.yml

package info (click to toggle)
bleak-retry-connector 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 456 kB
  • sloc: python: 3,041; makefile: 12
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