#!/bin/bash
# WF 2024-05-03
package=snapquery
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
