File: .gitpod.yml

package info (click to toggle)
aiohappyeyeballs 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 524 kB
  • sloc: python: 2,651; makefile: 28; sh: 5
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (81)
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