#!/bin/sh -e
set -x

autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place accentdatabase tests --exclude=__init__.py
black accentdatabase tests
isort accentdatabase tests