dnd-rolltable/fixup

8 lines
112 B
Plaintext
Raw Permalink Normal View History

2024-02-17 17:08:12 -08:00
#!/usr/bin/bash
SRC="rolltable/ tests/"
poetry run isort $SRC
poetry run autoflake $SRC
poetry run black $SRC