blob: 04087353295902a0daf859e65a84237dc6c7199d [file]
#!/bin/sh
#
# Git pre-push script that runs some quick/simple tests.
#
# This script is normally installed by `bootstrap.py`.
set -o errexit
ruff check -q