#!/bin/sh
#
# Git pre-push script that runs some quick/simple tests.
#
# This script can be installed using `./boostrap -i`.

set -o errexit

ruff check -q
