#!/bin/bash

set -e

cd "$(git rev-parse --show-toplevel)"

./tools/venv format "$@"
