File: .gitpod.yml

package info (click to toggle)
python-aioopenexchangerates 0.4.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 298; makefile: 13; javascript: 8
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