#!/bin/sh

find -name '*.py' | xargs black --target-version=py39 --check --diff
