#!/usr/bin/bash

exec rye run pre-commit run --show-diff-on-failure --all-files --hook-stage pre-push
