dnd-rolltable/fixup
2024-02-17 17:08:12 -08:00

8 lines
112 B
Bash
Executable File

#!/usr/bin/bash
SRC="rolltable/ tests/"
poetry run isort $SRC
poetry run autoflake $SRC
poetry run black $SRC