decli/scripts/format

5 lines
57 B
Text
Raw Normal View History

#!/bin/sh -e
ruff decli tests --fix
black decli/ tests/