bachya/py17track

View on GitHub
script/setup

Summary

Maintainability
Test Coverage
#!/bin/sh
set -e

# Install all dependencies:
pip3 install poetry
poetry lock
poetry install

# Install pre-commit hooks:
pre-commit install