#!/bin/bash

find src -name "*.py" | xargs black --check --skip-string-normalization $@
# could use --diff
