#!/usr/bin/env bash
set -e
cd "$(git rev-parse --show-toplevel)"
ruff check --fix .
black . -l 120
git add -u
