#!/bin/bash
black . --exclude "venv|build|dev|dist" $1
