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

set -o errexit

ruff check -q
