#!/usr/bin/env sh
set -e

export PREFIX="poetry run python -m "

set -x

${PREFIX}ruff format commitizen tests
${PREFIX}black commitizen tests
