bachya/aioridwell

View on GitHub
script/setup

Summary

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

if command -v "mise"; then
  mise install
fi

# Install all dependencies:
pip3 install poetry
poetry install

# Install pre-commit hooks:
pre-commit install