#!/bin/sh
asdf install
asdf reshim
pip install pre-commit
pre-commit install
pre-commit run --all-files
