#!/bin/bash
FILES=$(git diff --staged --diff-filter=AM --no-renames --name-only)
make fmt lint test && git add $FILES
