File: setup.sh

package info (click to toggle)
python-aiovodafone 0.9.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 822; sh: 6; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
# Setups the repository.

# Stop on errors
set -e

poetry install
pre-commit install
pre-commit install --hook-type commit-msg
cd
npm install @commitlint/config-conventional